Skip to content

Commit 313ca9f

Browse files
committed
move code in prep of merging the base
1 parent db6ab10 commit 313ca9f

19 files changed

+3
-52
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const customJestConfig = {
1111
coverageReporters: ['json-summary'],
1212
moduleFileExtensions: ['ts', 'tsx', 'js'],
1313
moduleNameMapper: {
14-
'^.+\\.(svg)$': '<rootDir>/__mocks__/svg.js',
14+
'^.+\\.(svg)$': '<rootDir>/tests/ui/__mocks__/svg.js',
1515
'^@/(.*)$': '<rootDir>/src/$1',
1616
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
17-
'<rootDir>/__mocks__/fileMock.js',
18-
'\\.(css|less|scss|sass)$': '<rootDir>/__mocks__/styleMock.js',
17+
'<rootDir>/tests/ui/__mocks__/fileMock.js',
18+
'\\.(css|less|scss|sass)$': '<rootDir>/tests/ui/__mocks__/styleMock.js',
1919
'^@/(.*)$': '<rootDir>/$1',
2020
},
2121
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
File renamed without changes.

src/ui/next.config.mjs

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/ui/tsconfig.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)