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
While running individual test works perfectly, I'm unable to run multiple test files. My test are written in .ts and setting up a index.js file to configure multiple test doesn't work.
While running individual test works perfectly, I'm unable to run multiple test files. My test are written in .ts and setting up a index.js file to configure multiple test doesn't work.
Content of index.js
`
require('ts-node').register();
const { configure } = require('japa');
configure({
files: ['/*.ts'],
experimentalEsmSupport: false,
});
`
Note
experimentalEsmSupport was set to both true and false and return the same result. On the command line. ZERO TESTS EXECUTED was printed.
Package version
4.0.0
Error Message & Stack Trace
ZERO TESTS EXECUTED Printed
The text was updated successfully, but these errors were encountered: