@repobuddy/storybook 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,6 +86,14 @@ export const tagBadges = [
86
86
  tooltip: 'Code Only'
87
87
  }
88
88
  },
89
+ {
90
+ tags: 'snapshot',
91
+ badge: {
92
+ text: '📸',
93
+ bgColor: 'transparent',
94
+ tooltip: 'Snapshot Test'
95
+ }
96
+ },
89
97
  {
90
98
  tags: 'unit',
91
99
  badge: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobuddy/storybook",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
4
4
  "description": "Storybook repo buddy",
5
5
  "keywords": [
6
6
  "storybook",
@@ -88,7 +88,14 @@ export const tagBadges: TagBadgeParameters = [
88
88
  tooltip: 'Code Only'
89
89
  }
90
90
  },
91
-
91
+ {
92
+ tags: 'snapshot',
93
+ badge: {
94
+ text: '📸',
95
+ bgColor: 'transparent',
96
+ tooltip: 'Snapshot Test'
97
+ }
98
+ },
92
99
  {
93
100
  tags: 'unit',
94
101
  badge: {