mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
b1ecf4b36f
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,
|
|
},
|
|
};
|