jest-svelte-events
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -5,2 +5,16 @@ # Changelog | ||
### [1.0.3](https://github.com/mihar-22/jest-svelte-events/compare/v1.0.2...v1.0.3) (2019-12-12) | ||
### Bug Fixes | ||
* remove import from types ([6afb7c7](https://github.com/mihar-22/jest-svelte-events/commit/6afb7c724332e453003eaba32b5917f37a7fad79)) | ||
### [1.0.2](https://github.com/mihar-22/jest-svelte-events/compare/v1.0.1...v1.0.2) (2019-12-12) | ||
### Bug Fixes | ||
* remove listeners from global space ([9c6e67f](https://github.com/mihar-22/jest-svelte-events/commit/9c6e67fc101a6464cf5088c59dfcd3358392645a)) | ||
### 1.0.1 (2019-12-12) |
import { SvelteComponent } from 'svelte/types/runtime' | ||
declare function listen<T extends SvelteComponent>(component: T, event: string | string[]) | ||
declare namespace jest { | ||
function listen<T extends SvelteComponent>(component: T, event: string | string[]) | ||
interface Matchers<R, T> { | ||
@@ -7,0 +7,0 @@ toHaveFiredEvent(event: string): R |
{ | ||
"name": "jest-svelte-events", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Custom Jest matchers to test Svelte events", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
499974