mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 22:01:21 -06:00
- disabled trailing /* index path removal - improved path variables handling in queries and indexes - export & import using serialize2 compatible format - updated tests
13 lines
No EOL
477 B
JavaScript
13 lines
No EOL
477 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]"
|