angular-open-source-starter
angular-open-source-starter copied to clipboard
[FEATURE] add a test spec for a package by default
Now we don't generate a test spec for a new package but npm run test waits for some tests. Let's add a .spec with one simple test for each new package
and check if there is a need to add tests for the demo or turn it off