From 7090948a89a4c969412402bc36d33465a581fe98 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Wed, 21 Jun 2023 16:14:43 -0400 Subject: [PATCH] fix: update constructor helper (#3770) --- tools/constructor-test-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);