acebase/spec/test.js
Ewout Stortenbeker c38f2c8b3d ESLint fixes
2022-10-23 16:46:25 +02:00

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]"