From c10900b2c13d13ccaade96eb2dffa5bfccfa524d Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 4 Sep 2020 19:13:08 +0800 Subject: chore(std/wasi): enable and fix lint errors in tests (#7324) --- std/wasi/snapshot_preview1_test.ts | 4 +--- 1 file changed, 1 insertion(+), 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"; -- cgit v1.2.3