implement basic react testing suite

This commit is contained in:
Elliot DeNolf
2020-10-07 17:20:10 -04:00
parent 6381d4cf6b
commit 64fef7d380
4 changed files with 153 additions and 9 deletions

4
jest.react.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
verbose: true,
testTimeout: 15000,
};