Skip to content

Commit

Permalink
attempt fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nepcore authored Aug 26, 2023
1 parent 87c2ebb commit 54e1ca3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {resolve_if} from './pkg/conditions.js'
import conditions from './pkg/conditions.js'

const {resolve_if} = conditions

var tests = {
'true': {
Expand Down Expand Up @@ -74,4 +76,4 @@ for (const testsKey in tests) {
} else if (test.result !== result) {
throw 'Test failed'
}
}
}

0 comments on commit 54e1ca3

Please sign in to comment.