Skip to content

Commit

Permalink
Merge pull request #2008 from snyk/chore/remove-babelrc
Browse files Browse the repository at this point in the history
chore: remove unused babelrc
  • Loading branch information
Jahed Ahmed authored Jun 11, 2021
2 parents c8dc92f + d4268be commit fcc99dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {}, // ignore .babelrc file
collectCoverage: false, // not collecting coverage for now
collectCoverageFrom: ['src/**/*.ts'],
coverageReporters: ['text-summary', 'html'],
Expand Down
1 change: 0 additions & 1 deletion packages/snyk-fix/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {}, // ignore .babelrc file
collectCoverage: false, // not collecting coverage for now
collectCoverageFrom: ['src/**/*.ts'],
coverageReporters: ['text-summary', 'html'],
Expand Down
1 change: 0 additions & 1 deletion packages/snyk-protect/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {}, // ignore .babelrc file
collectCoverage: false, // not collecting coverage for now
collectCoverageFrom: ['src/**/*.ts'],
coverageReporters: ['text-summary', 'html'],
Expand Down

0 comments on commit fcc99dd

Please sign in to comment.