storybook_vitest_addon 0.0.1 → 0.0.2
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.
- package/CHANGELOG.md +12 -0
- package/README.md +2 -0
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.0.2 (Sun Mar 27 2022)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- update keywords and readme (krzysztof.radomski@netigate.se)
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Krzysztof Radomski (krzysztof.radomski@netigate.se)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.0.1 (Sun Mar 27 2022)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook_vitest_addon",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Adds a panel to display Vitest unit test results",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
6
|
+
"addon",
|
|
7
|
+
"storybook",
|
|
7
8
|
"vitest",
|
|
8
|
-
"
|
|
9
|
+
"react",
|
|
10
|
+
"report",
|
|
11
|
+
"test",
|
|
12
|
+
"results",
|
|
13
|
+
"unit-testing"
|
|
9
14
|
],
|
|
10
15
|
"repository": {
|
|
11
16
|
"type": "git",
|