diff --git a/tap-snapshots/test-calc-text-width.spec.js-TAP.test.js b/tap-snapshots/test-calc-text-width.spec.js-TAP.test.js index c8eb915..1ba28f5 100644 --- a/tap-snapshots/test-calc-text-width.spec.js-TAP.test.js +++ b/tap-snapshots/test-calc-text-width.spec.js-TAP.test.js @@ -6,13 +6,13 @@ */ 'use strict' exports[`test/calc-text-width.spec.js TAP calc width for "npm" > result is correct 1`] = ` -24.9 +249 ` exports[`test/calc-text-width.spec.js TAP calc width for unicode > result is correct 1`] = ` -58 +580 ` exports[`test/calc-text-width.spec.js TAP calc width for emojis > result is correct 1`] = ` -34.8 +348 ` diff --git a/tap-snapshots/test-index.spec.js-TAP.test.js b/tap-snapshots/test-index.spec.js-TAP.test.js index 6d75b04..df301e5 100644 --- a/tap-snapshots/test-index.spec.js-TAP.test.js +++ b/tap-snapshots/test-index.spec.js-TAP.test.js @@ -7,22 +7,22 @@ 'use strict' exports[`test/index.spec.js TAP generate badge with { subject, status } > snapshot 1`] = ` - + - + - + - - - + + + - - npm - npm - v1.0.0 - v1.0.0 + + npm + npm + v1.0.0 + v1.0.0 @@ -31,22 +31,22 @@ exports[`test/index.spec.js TAP generate badge with { subject, status } > snapsh exports[`test/index.spec.js TAP generate badge with { subject, status, color } > snapshot 1`] = ` - + - + - + - - - + + + - - npm - npm - v1.0.0 - v1.0.0 + + npm + npm + v1.0.0 + v1.0.0 @@ -55,16 +55,16 @@ exports[`test/index.spec.js TAP generate badge with { subject, status, color } > exports[`test/index.spec.js TAP generate badge with { subject, status, style } > snapshot 1`] = ` - + - - + + - - npm - npm - v1.0.0 - v1.0.0 + + npm + npm + v1.0.0 + v1.0.0 @@ -73,16 +73,16 @@ exports[`test/index.spec.js TAP generate badge with { subject, status, style } > exports[`test/index.spec.js TAP generate badge with { subject, status, color, style } > snapshot 1`] = ` - + - - + + - - npm - npm - v1.0.0 - v1.0.0 + + npm + npm + v1.0.0 + v1.0.0 @@ -91,66 +91,66 @@ exports[`test/index.spec.js TAP generate badge with { subject, status, color, st exports[`test/index.spec.js TAP generate badge with { subject, status, icon } > snapshot 1`] = ` - + - + - + - - - + + + - - docker - docker - icon - icon + + docker + docker + icon + icon - + ` exports[`test/index.spec.js TAP generate badge with { status, icon } > snapshot 1`] = ` - + - + - + - - - + + + - - - - icon - icon + + + + icon + icon - + ` exports[`test/index.spec.js TAP generate badge with { subject, status, icon, style } > snapshot 1`] = ` - + - - + + - - docker - docker - icon - icon + + docker + docker + icon + icon - + `