awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alex-seville avatar

alex-seville/blanket

0
View on GitHub↗
1,396 stars·171 forks·JavaScript·4 vuesblanketjs.org↗

Blanket

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

Features

  • Assertions and Coverage - Simple, easy-to-install code coverage library.
  • Frameworks de test - A simple code coverage library for JavaScript. Designed to be easy to install and use, for both browser and nodejs.

Historique des stars

Graphique de l'historique des stars pour alex-seville/blanketGraphique de l'historique des stars pour alex-seville/blanket

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Blanket

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Blanket.
  • chaijs/chaiAvatar de chaijs

    chaijs/chai

    8,264Voir sur GitHub↗

    Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a behavior-driven development and test-driven development framework, providing a system to verify code outputs, application state, and general logic. The project is an extensible validation engine that uses a plugin-based system to allow the registration of custom assertions and specialized data checks. It supports multiple modular assertion styles to accommodate different validation philosophies. The library covers a broad range of data validation capabilities, including the inspection o

    JavaScript
    Voir sur GitHub↗8,264
  • gotwarlost/istanbulAvatar de gotwarlost

    gotwarlost/istanbul

    8,662Voir sur GitHub↗

    Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in

    JavaScript
    Voir sur GitHub↗8,662
  • automattic/expect.jsAvatar de Automattic

    Automattic/expect.js

    2,098Voir sur GitHub↗

    Minimalistic BDD-style assertions for Node.JS and the browser.

    JavaScript
    Voir sur GitHub↗2,098
  • sinonjs/sinonAvatar de sinonjs

    sinonjs/sinon

    9,753Voir sur GitHub↗

    Sinon is a JavaScript test double library and mocking framework used to isolate code and verify behavior during unit testing. It provides a collection of spies, stubs, and mocks that replace real function implementations and object methods with controlled substitutes. The project includes a specialized fake timer library for overriding the system clock, allowing the simulation of time progression to trigger timeouts and intervals without waiting for real-time delays. It also features a test sandbox mechanism to group multiple fakes together, ensuring the original state is restored between tes

    JavaScript
    Voir sur GitHub↗9,753
Voir les 30 alternatives à Blanket→

Questions fréquentes

Que fait alex-seville/blanket ?

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

Quelles sont les fonctionnalités principales de alex-seville/blanket ?

Les fonctionnalités principales de alex-seville/blanket sont : Assertions and Coverage, Frameworks de test.

Quelles sont les alternatives open-source à alex-seville/blanket ?

Les alternatives open-source à alex-seville/blanket incluent : gotwarlost/istanbul — Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements,… thlorenz/proxyquire — 🔮 Proxies nodejs require in order to allow overriding dependencies during testing. automattic/expect.js — Minimalistic BDD-style assertions for Node.JS and the browser. chaijs/chai — Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a… sinonjs/sinon — Sinon is a JavaScript test double library and mocking framework used to isolate code and verify behavior during unit… tntim96/jscover — JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage.