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;

View file

@ -1,7 +1,7 @@
const express = require('express');
const lanthan = require('lanthan');
const path = require('path');
const assert = require('power-assert');
const assert = require('assert');
const eventually = require('./eventually');
const Key = lanthan.Key;

View file

@ -1,7 +1,7 @@
const express = require('express');
const lanthan = require('lanthan');
const path = require('path');
const assert = require('power-assert');
const assert = require('assert');
const eventually = require('./eventually');
const Key = lanthan.Key;

View file

@ -1,7 +1,7 @@
const express = require('express');
const lanthan = require('lanthan');
const path = require('path');
const assert = require('power-assert');
const assert = require('assert');
const Key = lanthan.Key;

View file

@ -1,7 +1,7 @@
const express = require('express');
const lanthan = require('lanthan');
const path = require('path');
const assert = require('power-assert');
const assert = require('assert');
const eventually = require('./eventually');
const Key = lanthan.Key;

View file

@ -1,7 +1,7 @@
const express = require('express');
const lanthan = require('lanthan');
const path = require('path');
const assert = require('power-assert');
const assert = require('assert');
const eventually = require('./eventually');
const Key = lanthan.Key;