diff --git a/test/buchu.js b/test/buchu.js index c1420c2..07dce88 100644 --- a/test/buchu.js +++ b/test/buchu.js @@ -1,4 +1,4 @@ -const { ok, deepStrictEqual, strictEqual, equal, deepEqual } = require('assert') +const { ok, deepEqual } = require('assert') const {usecase, step, Ok, Err} = require('../src/commonjs/herbs.cjs')