Issue
src
folder not created even after running "npx jasmine init
" in vscode terminal.
This is the folder directory is created but I need to add "ts
" and "spec.ts
" in
src
directory but couldn't find one.
Solution
I solved by creating src
folder in workspace manually:
[![enter image description here][1]][1]
[1]: https://i.imgur.com/vgv8JAY .jpg
And in jasmine.json, replace "spec_dir": "spec"
with
"spec_dir": "src"
.
Answered By - Roman T
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.