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

Feature/continuous testing #617

Closed
wants to merge 3 commits into from
Closed

Conversation

SpiderUnicorn
Copy link

Added support for running tests in node with jest.

This is preferable during development due to a much improved speed when running the tests. It also allows for watching for changes and only running tests related to a change. This means you get feedback of a failing test within seconds.

The configuration is minimal. Tests can be run in watch mode by running:

jest --watch

@kossnocorp
Copy link
Member

That is a good idea, sorry that it took so long to approach it. We definitely need an ability to run tests in Node.

At the moment we have plenty of failing tests and I going to investigate those in near future.

@kossnocorp kossnocorp self-assigned this Oct 18, 2018
@kossnocorp
Copy link
Member

I continued the work in #1192

@kossnocorp kossnocorp closed this Jun 7, 2019
@kossnocorp kossnocorp deleted the feature/continuous-testing branch June 7, 2019 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants