Skip to content

Commit

Permalink
test: modernize mocha config (#229)
Browse files Browse the repository at this point in the history
209544d
commit 209544d
Author: Justin Beckwith <[email protected]>
Date:   Fri Jan 31 20:55:10 2020 -0800

    test: modernize mocha config (#229)
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent 4c0597f commit 5f72b25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"null-loader": "^3.0.0",
"puppeteer": "^2.0.0",
"sinon": "^8.0.0",
"source-map-support": "^0.5.10",
"tmp": "0.1.0",
"ts-loader": "^6.0.0",
"typescript": "3.6.4",
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T11:17:49.507528Z",
"updateTime": "2020-04-01T11:17:48.410680Z",
"sources": [
{
"git": {
Expand Down
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit 5f72b25

Please sign in to comment.