Bare metal
Before you begin, you need to make a code change! Here's why.
Vanilla node
In case you run your code directly on your machine - i.e., no docker, ssh, VM, etc. You can instrument your code changes by prefixing your commands with "sprkl --" (that is, "sprkl dash dash").
NPM / Yarn
If you are running your code using package manager (npm / yarn / pnpm):
Instrumenting Jest executions
In case you have Jest tests (unit tests or end-to-end), you can instrument them using sprkl like so:
Last updated