diff --git a/tools/constructor-test-helper.js b/tools/constructor-test-helper.js index a63f12688f..5ec334bc02 100644 --- a/tools/constructor-test-helper.js +++ b/tools/constructor-test-helper.js @@ -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);