Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanhauhau/jest-svelte-resolver
https://github.com/tanhauhau/jest-svelte-resolver
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanhauhau/jest-svelte-resolver
- Owner: tanhauhau
- Created: 2020-03-23T10:26:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T10:34:19.000Z (over 4 years ago)
- Last Synced: 2024-09-19T01:52:38.655Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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"
}
```