Skip to content

Commit

Permalink
Merge pull request #1469 from stakwork/ecurrencyhodler-patch-2
Browse files Browse the repository at this point in the history
Added test examples inside issue templates
  • Loading branch information
ecurrencyhodler authored Jan 26, 2024
2 parents bf75982 + 8a69fb5 commit bdf5c70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ A clear and concise description of what you expected to happen.
### Acceptance Criteria
- [ ] I have tested on Chrome desktop
- [ ] I have posted a screenshot or video in my PR

Here is an [example unit test](https://github.com/stakwork/sphinx-tribes/blob/master/frontend/app/src/helpers/__test__/helpers.spec.ts)

Here is an [example component test](https://github.com/stakwork/sphinx-tribes/blob/9310f49b3b17a51992dada932f4298eb9eba15ff/frontend/app/src/people/widgetViews/__tests__/AboutView.spec.tsx)

0 comments on commit bdf5c70

Please sign in to comment.