fix(test): sync Appointments.test.tsx with portal refactor
- Update import to use .tsx source instead of outdated .js - Change header assertions from X-Impersonation-Session-Id to Authorization Bearer - Change confirmed badge text from "✓ Confirmed" to "Confirmed" - Add allowImportingTsExtensions to tsconfig (required for .tsx imports with bundler moduleResolution) Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Flea Flicker
parent
cc74b26e55
commit
3e4e57fa0b
@@ -7,7 +7,8 @@
|
|||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noUncheckedIndexedAccess": true,
|
"noUncheckedIndexedAccess": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true,
|
||||||
|
"allowImportingTsExtensions": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user