jest-svelte-resolver
v1.0.0
Published
[Jest custom resolver](https://jestjs.io/docs/en/configuration#resolver-string) to resolve [Svelte](http://svelte.dev/) components.
Downloads
83
Readme
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"
}