Skip to content

Commit

Permalink
test: delete unnecessary chai-as-promised (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Sep 15, 2022
1 parent 354772c commit ea4f312
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
22 changes: 0 additions & 22 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 @@ -51,7 +51,6 @@
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.2.0",
"eslint-config-hexo": "^5.0.0",
"hexo-renderer-marked": "^5.0.0",
Expand Down
2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

const chai = require('chai');

chai.use(require('chai-as-promised'));

describe('hexo-cli', () => {
require('./scripts/find_pkg');
require('./scripts/context');
Expand Down

0 comments on commit ea4f312

Please sign in to comment.