diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-23 19:47:43 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-27 17:51:24 -0400 |
| commit | e13f3c10cac4fabff7e6cd4a4736703ca7c56d2d (patch) | |
| tree | df74f8c9fa5b917911b78cecb3c0bd450bbf79e5 /js/compiler_test.ts | |
| parent | 722c7e4a1b5acda4472338f021f1a216ad9c6c08 (diff) | |
Add ability to unit test by permissions.
Diffstat (limited to 'js/compiler_test.ts')
| -rw-r--r-- | js/compiler_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/compiler_test.ts b/js/compiler_test.ts index 8960112de..3add3be95 100644 --- a/js/compiler_test.ts +++ b/js/compiler_test.ts @@ -1,5 +1,5 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. -import { test, assert, assertEqual } from "./testing/testing.ts"; +import { test, assert, assertEqual } from "./test_util.ts"; import * as compiler from "compiler"; import * as ts from "typescript"; |
