diff options
Diffstat (limited to 'js/testing/testing.ts')
-rw-r--r-- | js/testing/testing.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/testing/testing.ts b/js/testing/testing.ts index ff91ddebc..437cb0f38 100644 --- a/js/testing/testing.ts +++ b/js/testing/testing.ts @@ -13,7 +13,7 @@ limitations under the License. */ -export { assert, assertEqual, equal } from "./util.ts"; +export { assert, assertEqual, equal } from "./util"; export type TestFunction = () => void | Promise<void>; |