test: add dashboard redesign tests (refs #201)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m22s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-15 11:03:52 -06:00
parent 654a7f0fc3
commit f6684e72c0
9 changed files with 748 additions and 65 deletions

View File

@@ -17,6 +17,7 @@ const config: Config = {
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'(.*/core/api/client)$': '<rootDir>/src/core/api/__mocks__/client.ts',
'\\.(css|less|scss|sass)$': '<rootDir>/test/__mocks__/styleMock.js',
'\\.(svg|png|jpg|jpeg|gif)$': '<rootDir>/test/__mocks__/fileMock.js',
},