Merge pull request #1832 from strongloop/update-deps

Update dev dependencies + rework Mocha config
This commit is contained in:
Miroslav Bajtoš 2020-04-06 08:53:36 +02:00 committed by GitHub
commit 280228960a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

1
.mocharc.yaml Normal file
View File

@ -0,0 +1 @@
reporter: dot

View File

@ -42,8 +42,8 @@
"eslint": "^6.7.2",
"eslint-config-loopback": "^13.0.0",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"should": "^13.2.3",
"typescript": "^3.2.2"
},

View File

@ -1 +0,0 @@
--reporter dot