Skip to content

Commit

Permalink
fix [bundlephobia] tests (#2355)
Browse files Browse the repository at this point in the history
closes #2342
  • Loading branch information
chris48s committed Nov 18, 2018
1 parent 2825200 commit dfa1f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/bundlephobia/bundlephobia.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const data = [
{
format: formats.B,
get: '/min/preact/8.0.0.json',
expect: { name: 'minified size', value: '7.93 kB' },
expect: { name: 'minified size', value: isFileSize },
},
{
format: formats.C,
Expand All @@ -37,7 +37,7 @@ const data = [
{
format: formats.D,
get: '/min/@cycle/core/7.0.0.json',
expect: { name: 'minified size', value: '3.5 kB' },
expect: { name: 'minified size', value: isFileSize },
},
{
format: formats.A,
Expand All @@ -47,7 +47,7 @@ const data = [
{
format: formats.B,
get: '/minzip/preact/8.0.0.json',
expect: { name: 'minzipped size', value: '3.33 kB' },
expect: { name: 'minzipped size', value: isFileSize },
},
{
format: formats.C,
Expand All @@ -57,7 +57,7 @@ const data = [
{
format: formats.D,
get: '/minzip/@cycle/core/7.0.0.json',
expect: { name: 'minzipped size', value: '1.22 kB' },
expect: { name: 'minzipped size', value: isFileSize },
},
{
format: formats.A,
Expand Down

0 comments on commit dfa1f40

Please sign in to comment.