use standard.env.mocha instead of a list of globals

This commit is contained in:
Zeke Sikelianos
2016-03-30 13:17:04 -07:00
committed by Kevin Sawicki
parent 71f8ba6f7a
commit 0fd0887407

View File

@@ -14,14 +14,11 @@
"ignore": [
"/vendor"
],
"env": {
"mocha": true
},
"globals": [
"$",
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it",
"location"
]
},