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 inside the terminal by this command npm run test:wt getting error below.
Browser logs:
TypeError: Failed to fetch dynamically imported module:http://localhost:8000/src/app/test.spec.ts
Could not import your test module . Check the browser logs or open the browser in debug mode
Error while running tests.
I can not get web-test-runner to get work and I am not sure where the fault lies.
The text was updated successfully, but these errors were encountered:
Using Angular CLI 17.3.7 version
Steps
}
Install "@web/test-runner": "0.18.0"
web-test-runner.config.mjs Code
export default{
files:' projects/project1/src/**/*.spec.ts',
nodeResolve:true
};
While running inside the terminal by this command npm run test:wt getting error below.
Browser logs:
TypeError: Failed to fetch dynamically imported module:http://localhost:8000/src/app/test.spec.ts
Could not import your test module . Check the browser logs or open the browser in debug mode
Error while running tests.
I can not get web-test-runner to get work and I am not sure where the fault lies.
The text was updated successfully, but these errors were encountered: