0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore(std/wasi): enable and fix lint errors in tests (#7324)

This commit is contained in:
Casper Beyer 2020-09-04 19:13:08 +08:00 committed by GitHub
parent c44c45a334
commit c10900b2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
/* eslint-disable */
import { assert, assertEquals } from "../testing/asserts.ts";
import { assertEquals } from "../testing/asserts.ts";
import { copy } from "../fs/mod.ts";
import * as path from "../path/mod.ts";