mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
use standard.env.mocha instead of a list of globals
This commit is contained in:
committed by
Kevin Sawicki
parent
71f8ba6f7a
commit
0fd0887407
@@ -14,14 +14,11 @@
|
||||
"ignore": [
|
||||
"/vendor"
|
||||
],
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": [
|
||||
"$",
|
||||
"after",
|
||||
"afterEach",
|
||||
"before",
|
||||
"beforeEach",
|
||||
"describe",
|
||||
"it",
|
||||
"location"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user