Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: migrate tests to jest #1738
Conversation
Do you mean Cypress instead of Prettier? |
Sorry, I meant Puppeteer |
@ktsn Updated and also rebased to the latest branch |
|
Migrate test framework to Jest.
setup
files out ofunit
filter and place it undertest
. This is for migrating E2E test to use Puppeteer instead of Nightwatch. In that time, we should be able to reuse this file since the test will all run with Jest.babel-polyfill
due to deprecation. In the examples, we could add core-js pattern described here at the top.yarn coverage
to generate test coverage.