Skip to content

chore: set up frontend testing infrastructure#100

Merged
sergioramos merged 14 commits into
mainfrom
45-set-up-frontend-testing
Jun 7, 2023
Merged

chore: set up frontend testing infrastructure#100
sergioramos merged 14 commits into
mainfrom
45-set-up-frontend-testing

Conversation

@cguedes

@cguedes cguedes commented Jun 6, 2023

Copy link
Copy Markdown
Collaborator

This fixes #45

  • Adds frontend tests with vitest
    • yarn test
    • yarn test:watch
  • Enabled support for coverage report via: yarn coverage (using c8)
  • Enabled eslint rules
  • Git push hook updated to also run tests (yarn test)

Note that this PR only adds sample tests for frontend covering typescript and react.

image

@cguedes cguedes linked an issue Jun 6, 2023 that may be closed by this pull request
@cguedes cguedes marked this pull request as ready for review June 6, 2023 15:45
@cguedes cguedes requested review from danvk, sehyod and sergioramos June 6, 2023 15:45
@sergioramos sergioramos changed the title feat: Set up frontend testing chore: set up frontend testing infrastructure Jun 7, 2023
@sergioramos sergioramos merged commit 3ac4f8a into main Jun 7, 2023
@sergioramos sergioramos deleted the 45-set-up-frontend-testing branch June 7, 2023 11:05
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.

Set up frontend testing

2 participants