mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-05 20:46:14 +01:00
9 lines
213 B
JavaScript
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');
|