Skip to content

Commit 521d57f

Browse files
committed
chore: simplify bundle test
1 parent 795b70f commit 521d57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/bundle.spec.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
const { camundaBuiltins } = require('@camunda/feel-builtins');
22

3+
const { expect } = require('chai');
4+
35

46
describe('integration - bundle', function() {
57

68
it('should export CJS export', async function() {
79

8-
const { expect } = await import('chai');
9-
1010
// then
1111
expect(camundaBuiltins).not.to.be.empty;
1212
});

0 commit comments

Comments
 (0)