Skip to content

Commit

Permalink
test: fix eslint test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomarolo committed Feb 8, 2022
1 parent 047931f commit b1879f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buchu.js
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit b1879f6

Please sign in to comment.