Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed May 28, 2023
1 parent f1bcb52 commit 032c8da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ module.exports = {
transform: {
'^.+\\.(js|ts|mjs)?$': 'ts-jest'
},
moduleNameMapper: {
'\\.(svg|ttf|woff|woff2)$': './tests/jest/__mocks/fileMock.js',
'\\.(css|less|scss|sass)$': 'identity-obj-proxy'
},
collectCoverageFrom: [
`packages/(${packagesDirectoryJoin})/src/**/*.ts`
],
Expand Down
4 changes: 0 additions & 4 deletions scripts/helpers/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ const runEsbuild = async (config: BuildConfigConfigurationInterface): Promise<(B
: bundleConfig.platform ?? 'browser',
external: bundleConfig.external ?? [],
logLevel: isWatchMode ? 'info' : 'error',
loader: {
'.woff': 'base64',
'.svg': 'dataurl'
},
outfile: path.join(
packageDir,
outputDirs[format],
Expand Down
Empty file removed tests/__mocks/fileMock.js
Empty file.

0 comments on commit 032c8da

Please sign in to comment.