gregorwolf / bookshop-demo

Simple CDS bookshop
112 stars 76 forks source link

karma test example #96

Closed d3rdennis closed 1 year ago

d3rdennis commented 1 year ago

I could not integrate my test case into an existing app because it is a library-test. So I added a new library called books-lib with a minimal test example

d3rdennis commented 1 year ago

The test can be executed from the books-lib folder with the following commands: "npm i" or "npm ci" if necessary npm run test