New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jest-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-ui

Jest UI

latest
npmnpm
Version
0.3.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Jest-UI

Dashboard interativo para testes Jest com WebSocket em tempo real.

🚀 Como usar

Instalação

bun install

Desenvolvimento

Iniciar todos os serviços

bun run dev
# ou
bun start

Iniciar apenas o servidor

bun run server:start

Iniciar apenas a interface

bun run ui:start

Parar todos os serviços

bun run stop

Parar apenas o servidor

bun run server:stop

Parar apenas a interface

bun run ui:stop

📦 Pacotes

  • @jest-ui/server: Servidor WebSocket/HTTP
  • @jest-ui/ui: Interface React com Tailwind CSS
  • @jest-ui/reporter: Reporter Jest para streaming

🔧 Configuração

O servidor roda na porta 43210 (WebSocket) e a UI na porta 6547.

📊 Funcionalidades

  • Dashboard em tempo real dos testes Jest
  • Visualização de cobertura de código
  • Filtros por status (passado, falhado, pendente)
  • Interface responsiva com Tailwind CSS

FAQs

Package last updated on 09 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts