awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesTest

Mechanisms for loading modules before test execution for transpiler setup or shared initialization.

Distinct from Module Preloaders: Distinct from Module Preloaders: focuses on preloading for test environments rather than general ESM resource hints.

Explore 1 awesome GitHub repository matching web development · Test. Refine with filters or upvote what's useful.

Awesome Test GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tape-testing/tapeAvatar tape-testing

    tape-testing/tape

    5,802Vezi pe GitHub↗

    Tape is a TAP-producing test framework for Node.js that provides assertions, spies, subtests, and isolated test harnesses. It functions as both a test runner and an assertion library, outputting results in the Test Anything Protocol format for machine or human consumption. The framework manages test execution through callback-based async control, plan-based auto termination, and subtest stack isolation. It includes a spy wrapper system that replaces object methods with call-recording wrappers that restore originals during teardown, along with a teardown callback registry that collects and exe

    Supports preloading modules via command-line flag for transpiler setup before tests run.

    JavaScript
    Vezi pe GitHub↗5,802
  1. Home
  2. Web Development
  3. Resource Preloading
  4. Module Preloaders
  5. Test