@@ -53,7 +53,7 @@ describe('FastbootConfig', function() {
5353 expect (
5454 output . read ( )
5555 ) . to . deep . equal ( {
56- 'package.json' : `{"dependencies":{},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["assets/ app.js","assets/ app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["assets/ vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}`
56+ 'package.json' : `{"dependencies":{},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["app.js","app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}`
5757 } ) ;
5858
5959 yield output . build ( ) ;
@@ -84,7 +84,7 @@ describe('FastbootConfig', function() {
8484 expect (
8585 output . read ( )
8686 ) . to . deep . equal ( {
87- 'package.json' : `{"dependencies":{"apple":"*","orange":"^1.0.0"},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["assets/ app.js","assets/ app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["assets/ vendor.js"]},"moduleWhitelist":["apple","orange"],"schemaVersion":3}}`
87+ 'package.json' : `{"dependencies":{"apple":"*","orange":"^1.0.0"},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["app.js","app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["vendor.js"]},"moduleWhitelist":["apple","orange"],"schemaVersion":3}}`
8888 } ) ;
8989
9090 project . pkg . fastbootDependencies = [
@@ -107,7 +107,7 @@ describe('FastbootConfig', function() {
107107 expect (
108108 output . read ( )
109109 ) . to . deep . equal ( {
110- 'package.json' : `{"dependencies":{"apple":"^3.0.0","orange":"^1.0.0"},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["assets/ app.js","assets/ app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["assets/ vendor.js"]},"moduleWhitelist":["apple","orange"],"schemaVersion":3}}`
110+ 'package.json' : `{"dependencies":{"apple":"^3.0.0","orange":"^1.0.0"},"fastboot":{"appName":"app","config":{"app":{"modulePrefix":"app"}},"manifest":{"appFiles":["app.js","app-fastboot.js"],"htmlFile":"index.html","vendorFiles":["vendor.js"]},"moduleWhitelist":["apple","orange"],"schemaVersion":3}}`
111111 } ) ;
112112 } ) ) ;
113113} ) ;
0 commit comments