We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5961f3 commit e0514f0Copy full SHA for e0514f0
tests/data-loaders/tester.ts
@@ -221,7 +221,7 @@ export function testDefineLoader<Context = void>(
221
222
describe.each(COMMIT_MODES)('commit: %s', (commit) => {
223
describe.each(LAZY_MODES)('lazy: %s', (lazy) => {
224
- it(`can resolve a "null" value`, async () => {
+ it(`can resolve a "null" value after an error`, async () => {
225
const spy = vi
226
.fn<(...args: unknown[]) => Promise<unknown>>()
227
.mockResolvedValueOnce(null)
0 commit comments