Use native assert instead of power-assert
This commit is contained in:
parent
c91634b093
commit
b604a942a8
8 changed files with 5 additions and 420 deletions
|
@ -1,5 +1,3 @@
|
|||
const assert = require('assert');
|
||||
|
||||
let defaultInterval = 100;
|
||||
let defaultTimeout = 2000;
|
||||
|
||||
|
|
Reference in a new issue