# jest-svelte-resolver

> [Jest custom resolver](https://jestjs.io/docs/en/configuration#resolver-string) to resolve [Svelte](http://svelte.dev/) components.

Latest version **1.0.0** (published 2020-03-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install jest-svelte-resolver
pnpm add jest-svelte-resolver
yarn add jest-svelte-resolver
bun add jest-svelte-resolver
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-03-23 |
| First published | 2020-03-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Tan Li Hau |
| Maintainers | tanhauhau |

## Links

- npm: https://www.npmjs.com/package/jest-svelte-resolver
- Repository: git@github.com:tanhauhau/jest-svelte-resolver
- npm.io page: https://npm.io/package/jest-svelte-resolver

## Recent versions

- 1.0.0 (latest) — 2020-03-23

## README

# Jest Svelte Resolver Plugin

[Jest custom resolver](https://jestjs.io/docs/en/configuration#resolver-string) to resolve [Svelte](http://svelte.dev/) components.

## Install
> Jest resolver option supported for jest >=20 versions.

Install with yarn

```
yarn add jest-svelte-resolver -D
```

or install with npm

```
npm install jest-svelte-resolver -D
```

add to your jest configuration

```
{
  "resolver": "jest-svelte-resolver"
}
```

---
_Source: https://npm.io/package/jest-svelte-resolver · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
