Skip to content

Commit

Permalink
test: use correct import for chai
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Sep 11, 2024
1 parent a23f19e commit 1f7f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/charts/test/reattach.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from '@vaadin/chai-plugins';
import { expect } from '@esm-bundle/chai';
import { fixtureSync, oneEvent } from '@vaadin/testing-helpers';
import sinon from 'sinon';
import '../vaadin-chart.js';
Expand Down

0 comments on commit 1f7f4a7

Please sign in to comment.