Highlights
Testing
This version adds unit tests and e2e tests with Jest to the Manifest core package.
cd packages/core/manifest
npm run test
npm run test:e2e
What's Changed
- E2E Tests by @brunobuddy in #120
Full Changelog: 4.0.0-alpha.2...4.0.0-alpha.3