Skip to content

Commit

Permalink
chore: revert chore(js-ts): Migrate 37 0-error js files
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Sep 24, 2024
1 parent dcca986 commit 85c0fbf
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const config = {
coverageDirectory: '<rootDir>/tests/coverage',
maxWorkers: process.env.NODE_ENV === 'production' ? '50%' : '20%',
moduleNameMapper: {
'\\.svg': '<rootDir>/app/__mocks__/svgMock.ts',
'\\.png': '<rootDir>/app/__mocks__/pngMock.ts',
'\\.svg': '<rootDir>/app/__mocks__/svgMock.js',
'\\.png': '<rootDir>/app/__mocks__/pngMock.js',
'\\webview/index.html': '<rootDir>/app/__mocks__/htmlMock.ts',
},
// Disable jest cache
Expand Down

0 comments on commit 85c0fbf

Please sign in to comment.