diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-09-04 19:13:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 07:13:08 -0400 |
commit | c10900b2c13d13ccaade96eb2dffa5bfccfa524d (patch) | |
tree | 35213f78966ade15bf10fa9d31058fe5448db483 | |
parent | c44c45a334630fe9e682c0bbcde72722d10dce0c (diff) |
chore(std/wasi): enable and fix lint errors in tests (#7324)
-rw-r--r-- | std/wasi/snapshot_preview1_test.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/std/wasi/snapshot_preview1_test.ts b/std/wasi/snapshot_preview1_test.ts index 12829b475..3558e5778 100644 --- a/std/wasi/snapshot_preview1_test.ts +++ b/std/wasi/snapshot_preview1_test.ts @@ -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"; |