Skip to content

Commit

Permalink
Update tsd (#359)
Browse files Browse the repository at this point in the history
* Bump tsd from 0.11.0 to 0.19.0

* Fix type check test

* Remove dependabot ignore
  • Loading branch information
bpinto committed Nov 20, 2021
1 parent c3aff13 commit 003bae9
Show file tree
Hide file tree
Showing 4 changed files with 1,136 additions and 5,101 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: typescript
versions:
- 4.1.3
- 4.1.4
- 4.1.5
- 4.2.2
- 4.2.3
2 changes: 1 addition & 1 deletion kefir-test-utils.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ expectType<void>(
clock.runToLast()
})
)
expectType<Event<string, number>>(logItem({type: 'value', value: 'hello'}, false))
expectType<Event<string, string>>(logItem({type: 'value', value: 'hello'}, false))
expectType<Watcher<string, number>>(watch(new Kefir.Stream<string, number>()))
expectType<EventWithTime<string, any>>([10, value('hello')])
expectType<EventWithTime<string, number>[]>(watchWithTime(new Kefir.Stream<string, number>()))
Loading

0 comments on commit 003bae9

Please sign in to comment.