diff --git a/services/bugzilla/bugzilla.tester.js b/services/bugzilla/bugzilla.tester.js index 6480222b5b..a2abb486d4 100644 --- a/services/bugzilla/bugzilla.tester.js +++ b/services/bugzilla/bugzilla.tester.js @@ -20,7 +20,6 @@ module.exports = t; t.create('Bugzilla valid bug status') .get('/996038.json') - .inspectJSON() .expectJSONTypes(Joi.object().keys({ name: 'bug 996038', value: bzBugStatus diff --git a/services/bundlephobia/bundlephobia.tester.js b/services/bundlephobia/bundlephobia.tester.js index 4a0a6ac1a7..f72561e177 100644 --- a/services/bundlephobia/bundlephobia.tester.js +++ b/services/bundlephobia/bundlephobia.tester.js @@ -26,7 +26,7 @@ const data = [ { format: formats.B, get: '/min/preact/8.0.0.json', - expect: { name: 'minified size', value: '7.94 kB' }, + expect: { name: 'minified size', value: '7.93 kB' }, }, { format: formats.C, @@ -36,7 +36,7 @@ const data = [ { format: formats.D, get: '/min/@cycle/core/7.0.0.json', - expect: { name: 'minified size', value: '3.51 kB' }, + expect: { name: 'minified size', value: '3.5 kB' }, }, { format: formats.A, @@ -46,7 +46,7 @@ const data = [ { format: formats.B, get: '/minzip/preact/8.0.0.json', - expect: { name: 'minzipped size', value: '3.35 kB' }, + expect: { name: 'minzipped size', value: '3.33 kB' }, }, { format: formats.C, @@ -56,7 +56,7 @@ const data = [ { format: formats.D, get: '/minzip/@cycle/core/7.0.0.json', - expect: { name: 'minzipped size', value: '1.23 kB' }, + expect: { name: 'minzipped size', value: '1.22 kB' }, }, { format: formats.A,