Skip to content

Commit

Permalink
fixed: test only the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Sep 22, 2023
1 parent aeb79cb commit cf374fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import assert from 'node:assert'
import erre from './index.js'
import erre from './index.next.js'

const add = (a, b) => a + b
const multiply = (a, b) => a * b
Expand Down

0 comments on commit cf374fd

Please sign in to comment.