File tree Expand file tree Collapse file tree
packages/project/test/lib/build/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : { } ,
You can’t perform that action at this time.
0 commit comments