jestronaut 0.3.15 → 0.3.16

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  An interactive terminal dashboard for Jest — navigate live test results, suites, and failure stack traces without leaving your terminal.
4
4
 
5
+ [![npm](https://img.shields.io/npm/v/jestronaut)](https://www.npmjs.com/package/jestronaut)
5
6
  ![License](https://img.shields.io/badge/license-MIT-blue)
6
7
  ![Jest](https://img.shields.io/badge/jest-%3E%3D27-orange)
7
8
  ![Node](https://img.shields.io/badge/node-%3E%3D18-green)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jestronaut",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "An interactive terminal dashboard UI for Jest — navigate live test results, suites, and failure details without leaving your terminal",
5
5
  "type": "module",
6
6
  "main": "index.js",