Skip to content

Commit

Permalink
docs: mention svelte-add-jest in install instructions (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 12, 2021
1 parent b0a6f62 commit 1d6057c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ have proper licensing.

## Installation

If you're using SvelteKit, you can setup and install with [svelte-add-jest](https://github.com/rossyman/svelte-add-jest) by running:

```
npx apply rossyman/svelte-add-jest
```

### Manual install

This library has `peerDependencies` listings for `svelte >= 3`.

`npm install svelte-jester -D`
Expand Down

0 comments on commit 1d6057c

Please sign in to comment.