acebase/spec/test.js
Ewout Stortenbeker 8c85e46541 - Fixes for issue #96 and discussion #92
- disabled trailing /* index path removal
- improved path variables handling in queries and indexes
- export & import using serialize2 compatible format
- updated tests
2022-05-05 17:04:23 +02:00

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