Skip to content

Commit

Permalink
fix: update constructor helper (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Jun 21, 2023
1 parent 8442ee2 commit 7090948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/constructor-test-helper.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from '@brightspace-ui/testing';
import { expect } from '@open-wc/testing';

export function runConstructor(nodeName) {
const ctor = customElements.get(nodeName);
Expand Down

0 comments on commit 7090948

Please sign in to comment.