We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5b7c0 commit e4bd247Copy full SHA for e4bd247
tests/integration/commands/dev/dev.test.ts
@@ -40,7 +40,7 @@ const withServeBlobsFunction = (builder: SiteBuilder): SiteBuilder =>
40
path: 'package.json',
41
content: JSON.stringify({
42
dependencies: {
43
- '@netlify/blobs': '*',
+ '@netlify/blobs': '^8.0.0',
44
},
45
}),
46
})
tests/integration/commands/dev/serve.test.ts
@@ -90,7 +90,7 @@ test.skipIf(process.env.NETLIFY_TEST_DISABLE_LIVE === 'true')(
90
91
92
93
94
95
96
0 commit comments