1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/vendor/assets/components/messageformat/test/common.js
2016-03-23 18:39:41 +01:00

9 lines
213 B
JavaScript

/*!
* Common test dependencies.
*/
// expose the globals that are obtained through `<script>` on the browser
expect = require('expect.js');
MessageFormat = require('../messageformat');
require('../locale/cy');