adding enzyme test

This commit is contained in:
Ken
2019-02-24 14:02:44 -08:00
parent bee197bd72
commit 58721000ac
9 changed files with 503 additions and 42 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFiles: ['./jest.setup.js'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['/node_modules/', '/docs/']
};