Skip to content

iroco-co/sveltekit-jest-example

 
 

Repository files navigation

from https://github.com/koenvg/sveltekit-jest-example

We wanted to add

  • aliases
  • environment variables
  • ajax testing

install

in the project home :

$ npm install

test

then in the project home :

$ npx jest

run dev server

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.3%
  • TypeScript 28.0%
  • Python 9.7%
  • Svelte 8.3%
  • HTML 6.3%
  • Shell 0.4%