Skip to content

Commit 023631c

Browse files
authored
doc(testing): does not yet have 100% coverage (#274)
1 parent 5efa727 commit 023631c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: TESTING.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Testing
22

3-
## 100% Coverage
4-
5-
This project implements 100% test coverage as it allows us to:
6-
1. Use tools like [greenkeeper](https://greenkeeper.io/)
7-
2. Refactor/optimize without breaking anything
8-
93
## Testing
104

115
Lint and run tests (including with code coverage):
@@ -26,4 +20,4 @@ Then visit `http://localhost:3000` in a browser.
2620

2721
## Analyzing the Bundle
2822

29-
$ yarn analyze-bundle # Don't run in VM
23+
$ yarn analyze-bundle # Don't run in VM

0 commit comments

Comments
 (0)