use standard.env.mocha instead of a list of globals
This commit is contained in:
parent
71f8ba6f7a
commit
0fd0887407
1 changed files with 3 additions and 6 deletions
|
@ -14,14 +14,11 @@
|
|||
"ignore": [
|
||||
"/vendor"
|
||||
],
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": [
|
||||
"$",
|
||||
"after",
|
||||
"afterEach",
|
||||
"before",
|
||||
"beforeEach",
|
||||
"describe",
|
||||
"it",
|
||||
"location"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue