@shahmirejaz/kquery
v1.0.1
Published
### Building
Downloads
2
Readme
kQuery
Building
To build and compile:
npm run build
The resulting build artifacts will be created in the dist/
directory.
Testing
To run tests:
npm run test
By default this starts vitest
in watch mode.
To create a coverage report:
npm run test -- --coverage
This creates a coverage report in the coverage/
directory.
To recreate snapshots:
npm run test -- -u