Tharunkumararela
Results
1
issues of
Tharunkumararela
Using Angular CLI 17.3.7 version ### **_Steps_** Inside the package.json file "scripts":{ "test:wt": "web-test-runner --config projects/project1/web-test-runner.config.mjs" } **Install "@web/test-runner": "0.18.0"** **_web-test-runner.config.mjs Code_** export default{ files:' projects/project1/src/**/*.spec.ts', nodeResolve:true }; ### **_While...