mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix testing/util_test.ts
Thanks @kitsonk
This commit is contained in:
parent
b6062ae662
commit
6e884207ee
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { test } from "./index.ts";
|
||||
import { test } from "./testing.ts";
|
||||
import { assert } from "./util.ts";
|
||||
import * as util from "./util.ts";
|
||||
|
||||
|
|
Loading…
Reference in a new issue