fxa/packages/fxa-profile-server/scripts
dschom 9493dd2655
task(ci): Tag unit tests
Because:
- We want to separate unit tests and integrations tests

This Commit:
- Tags all unit tests, i.e. tests that can run without infrastructure and in a fairly short amount of time, with #unit.
- Adds a test:unit npm command to each package
- Adds a test:integration npm command to each package, and adds '#integration' tags to jest tests since jest has no --invert option like mocha.
2022-12-09 17:26:27 -08:00
..
mocha-coverage.js task(ci): Tag unit tests 2022-12-09 17:26:27 -08:00
rpm-version.js chore(deps): switch from git to https for deps (#11587) 2022-01-11 12:21:56 -05:00
run_dev.js chore(deps): replace mkdirp with fs.mkdirSync 2022-07-05 15:16:59 -07:00
test-ci.sh task(ci): Tag unit tests 2022-12-09 17:26:27 -08:00
test-local.sh