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

Separate unit tests and integration (e2e) tests #1207

Merged
merged 3 commits into from
Oct 6, 2022
Merged

Conversation

tasdomas
Copy link
Contributor

@tasdomas tasdomas commented Oct 6, 2022

To run just the unit tests, run:

npm run test:unit

For e2e tests:

npm run test:e2e

Closes #527

@tasdomas tasdomas temporarily deployed to internal October 6, 2022 12:40 Inactive
@tasdomas tasdomas temporarily deployed to internal October 6, 2022 12:57 Inactive
Copy link
Member

@0x2b3bfa0 0x2b3bfa0 left a comment

Choose a reason for hiding this comment

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

Thanks! ❤️

package.json Outdated Show resolved Hide resolved
jest.config.e2e.js Outdated Show resolved Hide resolved
@tasdomas tasdomas temporarily deployed to internal October 6, 2022 13:33 Inactive
@0x2b3bfa0 0x2b3bfa0 changed the title Separate unit tests and integration (e2e) tests. Separate unit tests and integration (e2e) tests Oct 6, 2022
@tasdomas tasdomas merged commit 80efe1e into master Oct 6, 2022
@tasdomas tasdomas deleted the d005-func-tests branch October 6, 2022 15:10
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.

Separate unit tests from acceptance tests
2 participants