Skip to content

Commit e0514f0

Browse files
committed
test: title
1 parent b5961f3 commit e0514f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data-loaders/tester.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export function testDefineLoader<Context = void>(
221221

222222
describe.each(COMMIT_MODES)('commit: %s', (commit) => {
223223
describe.each(LAZY_MODES)('lazy: %s', (lazy) => {
224-
it(`can resolve a "null" value`, async () => {
224+
it(`can resolve a "null" value after an error`, async () => {
225225
const spy = vi
226226
.fn<(...args: unknown[]) => Promise<unknown>>()
227227
.mockResolvedValueOnce(null)

0 commit comments

Comments
 (0)