Closed maxi7587 closed 6 years ago
Added Jest to demo app and removed Karma. Tests on src files can be done using yarn test form the root folder (jasmine script) or going to the src folder and running jest command.
yarn test
jest
Added Jest to demo app and removed Karma. Tests on src files can be done using
yarn test
form the root folder (jasmine script) or going to the src folder and runningjest
command.