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