Skip to content

Commit 043fb79

Browse files
committed
fix: update test
1 parent 9f09912 commit 043fb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ afterEach(async () => {
8787
})
8888

8989
const DUMMY_PACKAGE_JSON = { name: 'dummy', version: '1.0.0', scripts: { build: 'next build' } }
90-
const netlifyConfig = { build: { command: 'npm run build' } }
90+
const netlifyConfig = { build: { command: 'npm run build' }, functions: { '*': {} } }
9191

9292
describe('preBuild()', () => {
9393
test('fails if the build version is too old', () => {

0 commit comments

Comments
 (0)