We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795b70f commit 521d57fCopy full SHA for 521d57f
test/integration/bundle.spec.cjs
@@ -1,12 +1,12 @@
1
const { camundaBuiltins } = require('@camunda/feel-builtins');
2
3
+const { expect } = require('chai');
4
+
5
6
describe('integration - bundle', function() {
7
8
it('should export CJS export', async function() {
9
- const { expect } = await import('chai');
-
10
// then
11
expect(camundaBuiltins).not.to.be.empty;
12
});
0 commit comments