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

Missing title leads to tests always passing #1

Merged
merged 2 commits into from
Jan 14, 2017

Conversation

KamranAsif
Copy link
Contributor

testChanged('a', 'b') =>
createTest(title='a', input='b', expected=undefined)

before:
title='a'
input='b'
expected='b'

after:
title='a'
input='a'
expected='b'

testChanged('a', 'b') => 
createTest(title='a', input='b', expected=undefined)

before:
title='a'
input='b'
expected='b'

after:
title='a'
input='a'
expected='b'
@jfmengels jfmengels merged commit 40c5d3a into jfmengels:master Jan 14, 2017
@jfmengels
Copy link
Owner

jfmengels commented Jan 14, 2017

Aw man, didn't even notice that... I just released this in v1.1.1, thanks a lot @KamranAsif! 🎉

@KamranAsif KamranAsif deleted the patch-1 branch January 16, 2017 16:27
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.

2 participants