Skip to content

Commit

Permalink
CDN SUPPORT FOR MUIDEV BUILT
Browse files Browse the repository at this point in the history
  • Loading branch information
BotCoder254 committed Dec 31, 2024
1 parent 555c4e7 commit d749dac
Show file tree
Hide file tree
Showing 72 changed files with 9 additions and 6,621 deletions.
6 changes: 3 additions & 3 deletions jest.config.js → jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
setupFilesAfterEnv: ['<rootDir>/jest.setup.cjs'],
moduleNameMapper: {
'\\.(css|less|scss|sass)$': '<rootDir>/test/__mocks__/styleMock.js',
'\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__mocks__/fileMock.js'
'\\.(css|less|scss|sass)$': '<rootDir>/test/__mocks__/styleMock.cjs',
'\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__mocks__/fileMock.cjs'
},
transform: {
'^.+\\.(js|jsx)$': 'babel-jest'
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test": "jest --config jest.config.cjs",
"test:watch": "jest --config jest.config.cjs --watch",
"test:coverage": "jest --config jest.config.cjs --coverage",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down
1 change: 0 additions & 1 deletion storybook-static/1662.24e9672e.iframe.bundle.js

This file was deleted.

134 changes: 0 additions & 134 deletions storybook-static/1737.bd7155f7.iframe.bundle.js

This file was deleted.

16 changes: 0 additions & 16 deletions storybook-static/1737.bd7155f7.iframe.bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion storybook-static/1737.bd7155f7.iframe.bundle.js.map

This file was deleted.

1 change: 0 additions & 1 deletion storybook-static/2255.c34f29e9.iframe.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion storybook-static/2433.238b54a6.iframe.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion storybook-static/3421.f4066ac5.iframe.bundle.js

This file was deleted.

Loading

0 comments on commit d749dac

Please sign in to comment.