diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 18:05:23 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 18:26:03 +0200 |
commit | 4f00218d6d2bd6169b08e6c83cff52852e621985 (patch) | |
tree | 060fee0423694c714800990a79ad3997899f3848 /testing/testing.ts | |
parent | e401d9e21bd3803d7d329ed8b7c831127f12832f (diff) |
Remove extension hack in ResolveModule.
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>; |