Skip to content

Commit

Permalink
test: Fixing test images (unrelated)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jan 14, 2023
1 parent de2e3b0 commit 8e228fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/cli/tests/images/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ exports.default = Object.assign({}, common, {
'assets/preact-logo.svg': 645,
'assets/preact-logo-inverse.svg': 649,
'assets/favicon.ico': 15086,
'ssr-build/ssr-bundle.2b941.css': 2601,
'ssr-build/ssr-bundle.2b941.css.map': 3708,
'ssr-build/ssr-bundle.82489.css': 2601,
'ssr-build/ssr-bundle.82489.css.map': 3708,
'ssr-build/ssr-bundle.js': 28830,
'ssr-build/ssr-bundle.js.map': 52686,
'ssr-build/asset-manifest.json': 178,
'bundle.4c6ac.css': 1276,
'bundle.fbf1b.js': 22529,
'bundle.fbf1b.js.map': 111801,
'bundle.c4895.js': 22529,
'bundle.c4895.js.map': 111801,
'favicon.ico': 15086,
'index.html': 4127,
'manifest.json': 455,
'preact_prerender_data.json': 11,
'push-manifest.json': 388,
'asset-manifest.json': 1142,
'route-home.chunk.c490f.css': 834,
'route-home.chunk.50bd0.js': 1149,
'route-home.chunk.50bd0.js.map': 1961,
'route-home.chunk.9bcab.css': 834,
'route-home.chunk.5d28d.js': 1149,
'route-home.chunk.5d28d.js.map': 1961,
'route-profile.chunk.4c330.js': 3490,
'route-profile.chunk.4c330.js.map': 15002,
});
Expand Down
1 change: 1 addition & 0 deletions packages/cli/tests/images/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require('path');
exports.default = [
'.gitignore',
'package.json',
'preact.config.js',
'README.md',
'src/assets/favicon.ico',
'src/assets/icons/android-chrome-192x192.png',
Expand Down

0 comments on commit 8e228fb

Please sign in to comment.