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
75
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 -Dor install with npm
npm install jest-svelte-resolver -Dadd to your jest configuration
{
"resolver": "jest-svelte-resolver"
}