mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-27 02:10:27 +00:00
8dc5b8a4b0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
106 B
JavaScript
9 lines
106 B
JavaScript
module.exports = {
|
|
env: {
|
|
mocha: true,
|
|
},
|
|
globals: {
|
|
expect: true,
|
|
sinon: true,
|
|
},
|
|
};
|