This is a very basic app that highlights the implementation of unit testing with Jest. The app has two main components.
-
Events Events are fetched from locally stored data. The database is not persisted. New events can be created
-
Blog Posts Blog Posts are fetched using axios from https://jsonplaceholder.typicode.com/
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit