We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfba82b commit 808b85bCopy full SHA for 808b85b
.github/contributing.md
@@ -53,7 +53,6 @@ A high level overview of tools used:
53
54
- [TypeScript](https://www.typescriptlang.org/) as the development language
55
- [Babel](https://babeljs.io) for bundling
56
-- [Jest](https://jestjs.io/) for unit testing
57
- [Prettier](https://prettier.io/) for code formatting
58
59
## Scripts
.github/pull_request_template.md
@@ -20,8 +20,6 @@ Closes [issue link]
20
### Check off the following:
21
22
- [ ] I have read the [CONTRIBUTING.md](./contributing.md).
23
-- [ ] I have write the unit test.
24
-- [ ] I have pass the `yarn test`.
25
- [ ] I have pass the `yarn lint`.
26
27
0 commit comments