Skip to content

Commit

Permalink
n/a removed unmaintained chai-as-promised dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Mar 4, 2024
1 parent 8112be1 commit 919f16e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"devDependencies": {
"chai": "^4.3.10",
"chai-almost": "^1.0.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand Down
2 changes: 0 additions & 2 deletions test/unitTestHelper.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const chai = require('chai')
const sinonChai = require('sinon-chai')
const chaiAsPromised = require('chai-as-promised')
const chaiAlmost = require('chai-almost')

chai.use(sinonChai)
chai.use(chaiAsPromised)
chai.use(chaiAlmost(10))

0 comments on commit 919f16e

Please sign in to comment.