Skip to content

Commit

Permalink
feat: jest typeahead (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow authored Mar 24, 2021
1 parent a1c75f6 commit 3116ee4
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 100 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ if (process.env.DEBUG) {
/* eslint-disable no-console */
debug.log = console.log.bind(console);
}

module.exports = {
watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"],
};
Loading

0 comments on commit 3116ee4

Please sign in to comment.