MyMailProtocol / permamail-app

Mail inbox app deployed on the permaweb
Apache License 2.0
7 stars 2 forks source link

Work-in-progress Jest support [DO NOT MERGE] #16

Open RichardGale opened 2 years ago

RichardGale commented 2 years ago

Commit for future reference, jest plus svelte plus typescript does not work yet as jest requires $app namespaced modules from svelte that do not exist in the jest environment.

To run:

npm install npm jest

but will fails at: Cannot find module '$app/stores' from 'src/lib/header/Header.svelte'

Require stack:
  src/lib/header/Header.svelte
  src/__tests__/Modal.spec.ts

  1 | <script lang="ts">
> 2 |   import { page } from "$app/stores";
    | ^

Closes #

📑 Description

✅ Checks

ℹ Additional Information