Skip to content

Commit

Permalink
fix: remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed May 11, 2022
1 parent 71f92c4 commit 95e1fe5
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 17,417 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Expand Up @@ -9,7 +9,6 @@ module.exports = {
TEST_BASE_URL: AWS_ENDPOINT || 'http://localhost:3000',
},
modulePathIgnorePatterns: ['src/lambda/__tests__/fixtures/'],
setupFiles: ['object.fromentries/auto.js'],
...(!process.env.SKIP_SETUP && {
globalSetup: './tests/_setupTeardown/npmInstall.js',
}),
Expand Down
1 change: 0 additions & 1 deletion jest.config.units.js
Expand Up @@ -3,5 +3,4 @@
module.exports = {
// Ignore 'tests' directory as it contains all the integration tests
modulePathIgnorePatterns: ['src/lambda/__tests__/fixtures/', 'tests/'],
setupFiles: ['object.fromentries/auto.js'],
}

0 comments on commit 95e1fe5

Please sign in to comment.