Skip to content

Commit ea4f312

Browse files
authoredSep 15, 2022
test: delete unnecessary chai-as-promised (#406)
1 parent 354772c commit ea4f312

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed
 

‎package-lock.json

-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
},
5252
"devDependencies": {
5353
"chai": "^4.3.4",
54-
"chai-as-promised": "^7.1.1",
5554
"eslint": "^8.2.0",
5655
"eslint-config-hexo": "^5.0.0",
5756
"hexo-renderer-marked": "^5.0.0",

‎test/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
const chai = require('chai');
44

5-
chai.use(require('chai-as-promised'));
6-
75
describe('hexo-cli', () => {
86
require('./scripts/find_pkg');
97
require('./scripts/context');

0 commit comments

Comments
 (0)
Please sign in to comment.