npm.io
1.0.0 • Published 6 years ago

jest-svelte-resolver

Licence
MIT
Version
1.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0
Stars
3

Jest Svelte Resolver Plugin

Jest custom resolver to resolve Svelte 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"
}