You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have typescript fork(filename) from node:child_process. When i try to run tests, I have an error Unknown file extension ".ts" for /[...myfullpath]/getSpots.ts. All imports works good but import file via fork for multithreading
The text was updated successfully, but these errors were encountered:
javeoff
changed the title
compile typescript from child_process fork (dynamic import)
Compile typescript from child_process fork does not work (dynamic import)
Dec 31, 2023
I have typescript fork(filename) from node:child_process. When i try to run tests, I have an error
Unknown file extension ".ts" for /[...myfullpath]/getSpots.ts
. All imports works good but import file viafork
for multithreadingjest.config.ts
The text was updated successfully, but these errors were encountered: