mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
13 lines
465 B
JavaScript
13 lines
465 B
JavaScript
// To run all unit tests, from the root of the project:
|
|
// - npm run test
|
|
// - or: npx jasmine
|
|
|
|
// To run a specific unit test:
|
|
// - npx jasmine ./specs/some.spec.js
|
|
// - or: npx jasmine ./specs/some.spec.js --filter="[spec filter]"
|
|
|
|
// To DEBUG unit tests in VSCode:
|
|
// -> open a JavaScript Debug Terminal
|
|
// - npx jasmine
|
|
// - or: npx jasmine ./specs/some.spec.js
|
|
// - or: npx jasmine ./specs/some.spec.js --filter="[spec filter]"
|