Skip to content

Commit

Permalink
feat: remove power-assert (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 3, 2023
1 parent 30a83f9 commit 0c9fad2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'power-assert';
import * as assert from 'assert';
import { MockApplication, EggMock } from './';

export {
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const assert = require('power-assert');
const assert = require('assert');
const path = require('path');
const mock = require('./index').default;
const mockParallelApp = require('./lib/parallel/app');
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"contributors": "git-contributor"
},
"dependencies": {
"@types/power-assert": "^1.5.0",
"@types/supertest": "^2.0.7",
"await-event": "^2.1.0",
"co": "^4.6.0",
Expand All @@ -41,7 +40,6 @@
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mm": "^3.0.2",
"power-assert": "^1.6.1",
"sdk-base": "^3.0.1",
"supertest": "^6.2.4",
"urllib-next": "^3.2.3"
Expand Down

0 comments on commit 0c9fad2

Please sign in to comment.