(n: number = 0)
| 11 | import { onActivated } from '../src/components/KeepAlive' |
| 12 | |
| 13 | const timeout = (n: number = 0) => new Promise(r => setTimeout(r, n)) |
| 14 | |
| 15 | describe('api: defineAsyncComponent', () => { |
| 16 | test('simple usage', async () => { |
no outgoing calls
no test coverage detected