Skip to content

Commit eee0e83

Browse files
orinokaipieh
andauthored
Update tests/integration/netlify-forms.test.ts
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent faed5fa commit eee0e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/netlify-forms.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ beforeEach<FixtureTestContext>(async (ctx) => {
2020
await startMockBlobStore(ctx)
2121
})
2222

23-
it.skip<FixtureTestContext>('test', async (ctx) => {
23+
// test skipped until we actually start failing builds - right now we are just showing a warning
24+
it.skip<FixtureTestContext>('should fail build when netlify forms are used', async (ctx) => {
2425
await createFixture('netlify-forms', ctx)
2526

2627
const runPluginPromise = runPlugin(ctx)

0 commit comments

Comments
 (0)