mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
12 lines
165 B
JavaScript
12 lines
165 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'habitrpg/lib/mocha',
|
|
],
|
|
globals: {
|
|
_: true,
|
|
chai: true,
|
|
expect: true,
|
|
sinon: true,
|
|
sandbox: true
|
|
},
|
|
}
|