()
| 792 | }) |
| 793 | |
| 794 | function testAsyncData () { |
| 795 | return useAsyncData(uniqueKey, handler, { |
| 796 | getCachedData, |
| 797 | }) |
| 798 | } |
| 799 | |
| 800 | const { status, data } = await testAsyncData() |
| 801 | expect(status.value).toBe('success') |
no test coverage detected
searching dependent graphs…