We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f09912 commit 043fb79Copy full SHA for 043fb79
test/index.js
@@ -87,7 +87,7 @@ afterEach(async () => {
87
})
88
89
const DUMMY_PACKAGE_JSON = { name: 'dummy', version: '1.0.0', scripts: { build: 'next build' } }
90
-const netlifyConfig = { build: { command: 'npm run build' } }
+const netlifyConfig = { build: { command: 'npm run build' }, functions: { '*': {} } }
91
92
describe('preBuild()', () => {
93
test('fails if the build version is too old', () => {
0 commit comments