jestjs tag

3 questions


1 answers
413 views
0
Error in TypeScript/jest combination

We are building an environment to test TypeScript alone with jest, but we do not know what to do with the following error.ttests/index.test.ts は is empty.FAIL tests/index.test.ts ● Test suite failed t...

1 years ago

1 answers
62 views
0
How to Read External HTML Files in jest

I would like to conduct a test using the JEST framework.The JEST document writes HTML using document.body.innerHTML as shown below.Is there a way to view an external HTML file without using document.b...

1 years ago

1 answers
121 views
0
How to Test Promise Recursive Processing in JEST

I don't know how to test Promise recursive processing in JEST.I am writing a test using JEST.In this test, the retry function that recurs until Promise is resolved is tested.export function retry<T...


© 2024 OneMinuteCode. All rights reserved.