Skip to content

Commit

Permalink
docs(roadmap): add testing to ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerdzhanov committed Jun 5, 2020
1 parent 4767f61 commit b49ab62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Place your settings in this file to overwrite default and user settings.
{
// Code spellcheck to ignore project-specific words
"cSpell.words": ["mkit", "folderize", "mailchimp", "nprogress", "commitlint"],
"cSpell.words": [
"mkit",
"folderize",
"mailchimp",
"nprogress",
"commitlint",
"roadmap"
],

// Fix all auto-fixable issues reported by ESLint
"editor.codeActionsOnSave": {
Expand Down
6 changes: 6 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ This is a living document and it is likely that priorities will change, but the
## Nice-to-have features

## Considerable features

- [ ] Set up a complete React/Gatsby test environment
- [ ] Unit tests
- [ ] Snapshot tests
- [ ] E2E tests
- [ ] Test reports

0 comments on commit b49ab62

Please sign in to comment.