Skip to content

Commit 2f89bae

Browse files
committed
test(project): Add missing comma
1 parent 223aeb1 commit 2f89bae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/project/test/lib/build/definitions

packages/project/test/lib/build/definitions/library.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test("Standard build", async (t) => {
9999
"/resources/**/*.js",
100100
"!**/*.support.js",
101101
]
102-
}
102+
},
103103
supportsDifferentialUpdates: true,
104104
},
105105
generateLibraryManifest: {},
@@ -239,7 +239,7 @@ test("Standard build with legacy spec version", (t) => {
239239
"/resources/**/*.js",
240240
"!**/*.support.js",
241241
]
242-
}
242+
},
243243
supportsDifferentialUpdates: true,
244244
},
245245
generateLibraryManifest: {},
@@ -368,7 +368,7 @@ test("Custom bundles", async (t) => {
368368
"/resources/**/*.js",
369369
"!**/*.support.js",
370370
]
371-
}
371+
},
372372
supportsDifferentialUpdates: true,
373373
},
374374
generateLibraryManifest: {},
@@ -717,7 +717,7 @@ test("Standard build: nulled taskFunction to skip tasks", (t) => {
717717
"/resources/**/*.js",
718718
"!**/*.support.js",
719719
]
720-
}
720+
},
721721
supportsDifferentialUpdates: true,
722722
},
723723
generateLibraryManifest: {},

0 commit comments

Comments
 (0)