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