From acee1944b9419e101f515a501b11653af8229258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 10 Sep 2019 17:09:54 +0200 Subject: feat: Make integration tests rust unit tests (#2884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- tests/042_dyn_import_evalcontext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/042_dyn_import_evalcontext.ts') diff --git a/tests/042_dyn_import_evalcontext.ts b/tests/042_dyn_import_evalcontext.ts index ef643ae46..124a406d2 100644 --- a/tests/042_dyn_import_evalcontext.ts +++ b/tests/042_dyn_import_evalcontext.ts @@ -1,4 +1,4 @@ // @ts-ignore Deno.core.evalContext( - "(async () => console.log(await import('./tests/subdir/mod4.js')))()" + "(async () => console.log(await import('./subdir/mod4.js')))()" ); -- cgit v1.2.3