mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-02 13:24:47 +00:00
10 lines
106 B
JavaScript
10 lines
106 B
JavaScript
|
module.exports = {
|
||
|
env: {
|
||
|
mocha: true,
|
||
|
},
|
||
|
globals: {
|
||
|
expect: true,
|
||
|
sinon: true,
|
||
|
},
|
||
|
};
|