mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-29 03:15:27 +00:00
10 lines
106 B
JavaScript
10 lines
106 B
JavaScript
|
module.exports = {
|
||
|
env: {
|
||
|
mocha: true,
|
||
|
},
|
||
|
globals: {
|
||
|
expect: true,
|
||
|
sinon: true,
|
||
|
},
|
||
|
};
|