Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test setup #40

Merged
merged 12 commits into from
Dec 19, 2018
Merged

New test setup #40

merged 12 commits into from
Dec 19, 2018

Conversation

piotrwitek
Copy link
Owner

Updated typescript to recent v3.2.2: Resolved #29
Updated test framework and rewritten all tests: Resolved #37

@piotrwitek piotrwitek merged commit 4b148ba into master Dec 19, 2018
@piotrwitek piotrwitek deleted the new-test-setup branch December 19, 2018 17:58
@@ -1,5 +1,5 @@
/** @internal */
export function testType<T>(a: T): T {
export function testType<T, R extends T = T>(): T {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testType<T, R extends T = T>(): R ?

Copy link
Owner Author

@piotrwitek piotrwitek Dec 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good catch, this is something I forgot to clean up, it should be just: testType<T>(): T

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants