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
Hi guys, I recently updated my swagger version form 0.95.7 to 0.99.7 (latest) and my jest unit tests are failing.
Here is the log:
RUNS src/data-query/stats/baseball/MLB/players/players-baseball-stats.test.js
node:internal/modules/esm/utils:180
throw new ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG();
^
TypeError: A dynamic import callback was invoked without --experimental-vm-modules
at importModuleDynamicallyCallback (node:internal/modules/esm/utils:180:11)
at /Users/andres.f.losada/Documents/Repositories/xxx/products/<my-product>/node_modules/swagger-stats/lib/swsElasticEmitter.js:15:5
Is this expected?
Am I missing some babel config (i've already tried adding @babel/plugin-syntax-dynamic-import to my .babelrc)
The text was updated successfully, but these errors were encountered:
Hi guys, I recently updated my swagger version form 0.95.7 to 0.99.7 (latest) and my jest unit tests are failing.
Here is the log:
Is this expected?
Am I missing some babel config (i've already tried adding @babel/plugin-syntax-dynamic-import to my .babelrc)
The text was updated successfully, but these errors were encountered: