Fully packages supports all projects
Testing all packages
npm run test all
Testing a specific package
npm run test [packageName]
// examples
npm run test simm-fetch
npm run test simm-validation
Testing a specific package with option
- With coverage
npm run test [packageName] -- --coverage
// examples
npm run test simm-validation -- --coverage
- With environment
npm run test [packageName] -- --environment=jsdom
// examples
npm run test simm-validation -- --environment=jsdom
Simm (beta)
Simm Fetch (develop)
Simm Gen es tsconfig (develop)
Simm mapped types (develop)
Simm Next Auth (beta)
Simm Player (develop)
Simm Upload (develop)
Simm Validation (develop)