mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-27 15:05:15 +02:00

Fixed the unit test suite not working and giving differring results when running with watch enabled.
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
module.exports = {
|
|
extends: '../../.eslintrc.js',
|
|
env: {
|
|
mocha: true,
|
|
},
|
|
globals: {
|
|
expect: true,
|
|
},
|
|
};
|