From b1879f6cb2b6911d899474e34f28417480d7004e Mon Sep 17 00:00:00 2001 From: "jhonathanmarolo@hotmail.com" Date: Mon, 7 Feb 2022 21:26:24 -0300 Subject: [PATCH] test: fix eslint test --- test/buchu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')