Skip to content

Commit

Permalink
use standard.env.mocha instead of a list of globals
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and kevinsawicki committed Mar 31, 2016
1 parent 71f8ba6 commit 0fd0887
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@
"ignore": [
"/vendor"
],
"env": {
"mocha": true
},
"globals": [
"$",
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it",
"location"
]
},
Expand Down

0 comments on commit 0fd0887

Please sign in to comment.