Add tests for LoginForm

This commit is contained in:
Justin
2022-04-04 15:58:23 -04:00
parent bacc34f872
commit c465e68f67
3 changed files with 17 additions and 5 deletions

View File

@ -29,6 +29,7 @@ module.exports = {
'<rootDir>/node_modules',
'<rootDir>/app',
],
'testMatch': ['**/*/__tests__/**/?(*.|*-)+(test).(ts|js)?(x)'],
'testEnvironment': 'jsdom',
'moduleNameMapper': {
'^.+.(css|styl|less|sass|scss|png|jpg|svg|ttf|woff|woff2)$': 'jest-transform-stub',