Use native assert instead of power-assert

This commit is contained in:
Shin'ya Ueoka 2019-04-06 22:33:08 +09:00
parent c91634b093
commit b604a942a8
8 changed files with 5 additions and 420 deletions

View file

@ -1,5 +1,3 @@
const assert = require('assert');
let defaultInterval = 100;
let defaultTimeout = 2000;