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

Update test suite #82

Merged
merged 25 commits into from
Sep 22, 2022
Merged

Update test suite #82

merged 25 commits into from
Sep 22, 2022

Conversation

rstacruz
Copy link
Owner

@rstacruz rstacruz commented Sep 22, 2022

Just some updates to the test suite!

Jest update

  • Update to latest Jest.
  • Don't use puppeteer - instead, run the tests directly in Jest!
  • Still works in the browser via Mocha

CI

  • It should now run on GitHub actions, not Travis CI.
  • It's now more reliable by running tests in Jest, rather than going through Puppeteer :)
  • It will also check TypeScript types.

Removing features

  • No linting -- Remove eslint and tslint for now.
  • No gh-pages -- there was a script that publishes the test suite to the gh-pages branch. I don't think that's useful to anyone, so I removed it.

@rstacruz rstacruz changed the base branch from upgrade-react-18 to master September 22, 2022 14:08
@rstacruz rstacruz mentioned this pull request Sep 22, 2022
@rstacruz rstacruz merged commit d830ae1 into master Sep 22, 2022
@rstacruz rstacruz deleted the update-test-suite branch September 22, 2022 14:17
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.

1 participant