Skip to content

Commit

Permalink
fix(test/optim): add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Dec 12, 2023
1 parent a03f758 commit 496afc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/optims/constantFolding.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { getRawNodes, RuleName, RawRules } from '../../source/commons'
import Engine from 'publicodes'
import {
getRawNodes,
RuleName,
RawRules,
disabledLogger,
} from '../../source/commons'
import { constantFolding } from '../../source/optims/'
import { callWithEngine } from '../utils.test'

Expand Down

0 comments on commit 496afc5

Please sign in to comment.