Add ability to unit test by permissions.

This commit is contained in:
Ryan Dahl 2018-08-23 19:47:43 -04:00
parent 722c7e4a1b
commit e13f3c10ca
7 changed files with 113 additions and 25 deletions

View file

@ -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";