Skip to content

Commit d5d7925

Browse files
Update README.md
1 parent 5ba2014 commit d5d7925

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# project-seed
1+
# project-seed v6
22

33
A basic starting point for web projects that uses parcel as a Build System.
44
This is the result of a [build system research](https://github.com/developmentseed/project-seed/issues/97) and [experimentation](https://github.com/danielfdsilva/parcel-gulp/).
@@ -54,6 +54,14 @@ Our [ESLint rules](.eslintrc) are based on `eslint:recommended` rules, with some
5454

5555
yarn lint
5656

57+
## Tests
58+
59+
Tests are setup using [Jest](https://jestjs.io/), and can be run with
60+
61+
```
62+
yarn test
63+
```
64+
5765
## Coding style
5866

5967
File [.editorconfig](.editorconfig) defines basic code styling rules, like indent sizes.

0 commit comments

Comments
 (0)