File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1978,20 +1978,6 @@ export function delay(ms) {
19781978
19791979</details>
19801980
1981- <details>
1982-
1983- <summary><strong>Tests</strong></summary>
1984-
1985- ```javascript
1986- import { DELAY, delay } from './delay.js'
1987-
1988- test('usage with variables', async () => {
1989- await expect(delay(500)).resolves.toBe(DELAY)
1990- })
1991- ```
1992-
1993- </details>
1994-
19951981[](#delay)
19961982
19971983### descend
Original file line number Diff line number Diff line change @@ -1978,20 +1978,6 @@ export function delay(ms) {
19781978
19791979</details>
19801980
1981- <details>
1982-
1983- <summary><strong>Tests</strong></summary>
1984-
1985- ```javascript
1986- import { DELAY, delay } from './delay.js'
1987-
1988- test('usage with variables', async () => {
1989- await expect(delay(500)).resolves.toBe(DELAY)
1990- })
1991- ```
1992-
1993- </details>
1994-
19951981[](#delay)
19961982
19971983### descend
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments