From 43906ab92d5245b63965150aafe0e0248d1decff Mon Sep 17 00:00:00 2001 From: Mark Benjamin Date: Mon, 21 Mar 2022 12:20:33 -0400 Subject: [PATCH] fix(updating name of package): change name to testing-library-visualizer 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. --- package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index 92cb117..50bd477 100644 --- a/package/package.json +++ b/package/package.json @@ -1,5 +1,5 @@ { - "name": "react-testing-visualizer", + "name": "testing-library-visualizer", "version": "0.1.9", "description": "A companion library to react-testing-library to help write, debug, and visualize your tests.", "exports": "./lib/index.js",