Added assignment feature test

Part of #1107
This commit is contained in:
stoically
2018-01-31 05:12:46 +01:00
committed by stoically
parent 22ec01d565
commit 9bc9509316
8 changed files with 363 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
module.exports = {
env: {
"node": true,
"mocha": true
},
globals: {
"sinon": false,
"expect": false,
"nextTick": false,
"buildBackgroundDom": false,
"background": false,
"buildPopupDom": false,
"popup": false,
"helper": false
}
}