Skip to content

Commit db48541

Browse files
committed
fix: ui-predicate-core bring back 100% coverage
(don't use the compiled lib to run the tests.... even (indeed) that we might want to use it instead)
1 parent c06c645 commit db48541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-predicate-core/src/PredicateCore.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const {
1212
LogicalType,
1313
},
1414
errors,
15-
} = require('..');
15+
} = require('./index');
1616

1717
const { prop } = require('ramda');
1818

0 commit comments

Comments
 (0)