Skip to content

Commit 75cc590

Browse files
committed
refactor: add todo for tests
1 parent bed4323 commit 75cc590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/handlers/statusPage.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe('Status Page', () => {
2121
expect(response.headers.get('Content-Type')).toBe('text/html')
2222
})
2323

24+
// todo replace this with up-to-date test cases
2425
it.skip('should show error for undefined required configurations', async () => {
2526
const config = new ConfigStore('Fingerprint')
2627
const secret = new SecretStore('Fingerprint')
@@ -54,6 +55,7 @@ describe('Status Page', () => {
5455
expect(decryptionKeyError).toBe(true)
5556
})
5657

58+
// todo replace this with up-to-date test cases
5759
it.skip('should show correctly setup env', async () => {
5860
const config = new ConfigStore('Fingerprint')
5961
// @ts-ignore
@@ -90,6 +92,7 @@ describe('Status Page', () => {
9092
expect(hasNonceTag).toBe(true)
9193
})
9294

95+
// todo replace this with up-to-date test cases
9396
it.skip('should show correct integration version', async () => {
9497
const version = packageJson.version
9598
const pattern = /Integration version: (.*)/g

0 commit comments

Comments
 (0)