mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +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');
|