from https://github.com/koenvg/sveltekit-jest-example
We wanted to add
- aliases
- environment variables
- ajax testing
in the project home :
$ npm install
then in the project home :
$ npx jest
run the backend with
$ ./server.py
It will return files in the project and the me.json
file.
then run the frontend with :
$ npm run dev