diff --git a/tap-snapshots/test-index.spec.js-TAP.test.js b/tap-snapshots/test-index.spec.js-TAP.test.js index 867b25d..ae36db5 100644 --- a/tap-snapshots/test-index.spec.js-TAP.test.js +++ b/tap-snapshots/test-index.spec.js-TAP.test.js @@ -6,175 +6,159 @@ */ '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 + + ` 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 + + ` 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 + + + ` 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 + + + ` 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 { status, icon, iconWidth } > 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 + + + `