File tree Expand file tree Collapse file tree 5 files changed +182
-204
lines changed
Expand file tree Collapse file tree 5 files changed +182
-204
lines changed Original file line number Diff line number Diff line change 2323 # - run: npm run test:unit
2424 # - run: npm run test-server &
2525 # - run: npm run test
26- - run : npx next@14 experimental-compile
26+ - run : npx next@14 build -- experimental-build-mode compile
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const config: Config = {
160160 // runner: "jest-runner",
161161
162162 // The paths to modules that run some code to configure or set up the testing environment before each test
163- setupFiles : [ '<rootDir>/jest/browser/jest.polyfills.js' ] ,
163+ // setupFiles: ['<rootDir>/jest/browser/jest.polyfills.js'],
164164
165165 // A list of paths to modules that run some code to configure or set up the testing framework before each test
166166 setupFilesAfterEnv : [ '<rootDir>/jest/browser/jest.setup.ts' ] ,
@@ -175,7 +175,7 @@ const config: Config = {
175175 // snapshotSerializers: [],
176176
177177 // The test environment that will be used for testing
178- testEnvironment : 'jsdom' ,
178+ testEnvironment : 'jest-fixed- jsdom' ,
179179
180180 // Options that will be passed to the testEnvironment
181181 // testEnvironmentOptions: {},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments