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 faed5fa commit eee0e83Copy full SHA for eee0e83
tests/integration/netlify-forms.test.ts
@@ -20,7 +20,8 @@ beforeEach<FixtureTestContext>(async (ctx) => {
20
await startMockBlobStore(ctx)
21
})
22
23
-it.skip<FixtureTestContext>('test', async (ctx) => {
+// 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) => {
25
await createFixture('netlify-forms', ctx)
26
27
const runPluginPromise = runPlugin(ctx)
0 commit comments