Skip to content

Commit

Permalink
Add default for packageJson
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 31, 2022
1 parent 6694be1 commit 5e661e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/next-modes/base.ts
Expand Up @@ -40,7 +40,7 @@ export class NextInstance {
installCommand,
buildCommand,
startCommand,
packageJson,
packageJson = {},
}: {
files: {
[filename: string]: string | FileRef
Expand Down

0 comments on commit 5e661e4

Please sign in to comment.