diff --git a/.vscode/settings.json b/.vscode/settings.json index b11b499..5b39e1a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": { diff --git a/ROADMAP.md b/ROADMAP.md index 8ab463e..8d676b1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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