Skip to content

Commit 21c3653

Browse files
committed
test: add missing matcher to netlify forms test
1 parent 56fef5f commit 21c3653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/netlify-forms.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ it<FixtureTestContext>('should not fail build when netlify forms are used with w
3838

3939
const runPluginPromise = runPlugin(ctx)
4040

41-
await expect(runPluginPromise).resolves
41+
await expect(runPluginPromise).resolves.not.toThrow()
4242
})

0 commit comments

Comments
 (0)