Skip to content

Commit 93397ec

Browse files
authored
fix(updating name of package): change name to testing-library-visualizer (#37)
This updates the name of this package because react-testing-visualizer is too narrow. This tool can be used to visualize tests with any of the testing-library suite.
1 parent 3f4a42e commit 93397ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-testing-visualizer",
2+
"name": "testing-library-visualizer",
33
"version": "0.1.9",
44
"description": "A companion library to react-testing-library to help write, debug, and visualize your tests.",
55
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)