Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/smart-forms-app/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: Config = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testPathIgnorePatterns: [
'src/test/questionnaireRenderer.test.tsx' // Exclude this specific test file (it uses Vitest)
'src/test/aboriginalForm*.test.tsx' // Exclude this specific test file (it uses Vitest)
],
setupFilesAfterEnv: ['./src/setup-jest.ts'],
transform: {
Expand Down
2 changes: 2 additions & 0 deletions apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "tsc && CI=false vite build",
"test": "TZ=Australia/Sydney jest --config ./jest.config.ts --coverage",
"test-715": "TZ=Australia/Sydney vitest run --config ./vitest.config.ts",
"test-715-headed": "TZ=Australia/Sydney VITEST_HEADED=1 vitest run --config ./vitest.config.ts",
"preview": "vite preview --port 4173",
"playwright": "npx playwright test",
"playwright-ui": "npx playwright test --ui"
Expand Down Expand Up @@ -104,6 +105,7 @@
"vite": "^5.4.21",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^3.2.4",
"@vitest/browser": "^3.2.4",
"yui-lint": "^0.2.0"
},
"eslintConfig": {
Expand Down
Loading
Loading