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

Add no regression snapshot tests #349

Merged
merged 3 commits into from
May 1, 2019
Merged

Add no regression snapshot tests #349

merged 3 commits into from
May 1, 2019

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented May 1, 2019

No description provided.

@coveralls
Copy link

coveralls commented May 1, 2019

Coverage Status

Coverage increased (+0.09%) to 96.913% when pulling 3633f14 on test/no-reg into 8d710c4 on master.

it('asciiString', () => {
expect(() => fc.assert(fc.property(fc.asciiString(), v => testFunc(v)), settings)).toThrowErrorMatchingSnapshot();
});
// // Jest Snapshot seems not to support incomplete surrogate pair correctly
Copy link
Owner Author

Choose a reason for hiding this comment

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

Waiting updates on jestjs/jest#8403 in order to state whether or not this test should be kept (if considered to be a bug).

@dubzzz dubzzz merged commit ef0643d into master May 1, 2019
@dubzzz dubzzz deleted the test/no-reg branch May 1, 2019 16:12
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