@quasar/quasar-app-extension-testing-unit-jest

v2.1.0
A Quasar App Extension for running Jest tests

test

snyk test && echo "No test specified" && exit 0

build

rm -rf dist && tsc --declaration --declarationDir dist/types && copyfiles -f src/helpers/stub.css dist

test:unit

jest

deploy:beta

yarn build && yarn publish --tag beta

deploy:latest

yarn build && yarn publish --tag latest

test:unit:watch

jest --watch
npm i @quasar/[email protected]

Metadata

  • MIT
  • >= 8.9.0
  • Daniel Thompson-Yvetot
  • released 11/17/2020

Downloads