1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/042_dyn_import_evalcontext.ts
Bartek Iwańczuk acee1944b9 feat: Make integration tests rust unit tests (#2884)
Co-authored-by:  Bartek Iwańczuk <biwanczuk@gmail.com>
2019-09-10 11:09:54 -04:00

4 lines
106 B
TypeScript

// @ts-ignore
Deno.core.evalContext(
"(async () => console.log(await import('./subdir/mod4.js')))()"
);