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

Tests - Refactor tests switch case patterns #13

Merged
merged 2 commits into from
Jan 31, 2021

Conversation

joaopaulovieira
Copy link
Member

Summary

Change Jasmine test pattern to Jest test pattern.

Changes

  • Change it to test to declare test cases;
  • Prefer scoped test definition instead of using global references;
  • Update ignored test to run correctly;

How to test

  • Run test script yarn test or npm test;
    • All tests should be executed as expected.

Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

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

Some files could not be reviewed due to errors:

�[31mERROR�[0m: Can't find config file: eslint:recommended
�[31mERROR�[0m: Can't find config file: eslint:recommended

@joaopaulovieira joaopaulovieira merged commit 5baf051 into master Jan 31, 2021
@joaopaulovieira joaopaulovieira deleted the update-tests-pattern branch January 31, 2021 22:20
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