diff options
| author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2019-09-10 17:09:54 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-10 11:09:54 -0400 |
| commit | acee1944b9419e101f515a501b11653af8229258 (patch) | |
| tree | 25d31a76d25f465a8c97c637f3edce30c166ebb8 /tests/042_dyn_import_evalcontext.ts | |
| parent | 0b757f37371474da63db341b831d83539df28df6 (diff) | |
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/042_dyn_import_evalcontext.ts')
| -rw-r--r-- | tests/042_dyn_import_evalcontext.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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')))()" ); |
