Socket
Socket
Sign inDemoInstall

fast-fail

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-fail

A wrapper around the native test module that fails entirely after the first failure.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

fast-fail

A wrapper around the native Node.js test module that fails entirely after the first failure.

import { test } from "@vierofernando/test";

test("evil test >:)", () => {
  throw new Error("Get fucked");
}); // this (obviously) fails

test("the victim", () => {
  console.log("Oh nooo :(");
}); // this fails as well

Caveats:

  • Requires an ESM module and Node.js v18 or newer.
  • Does not provide additional options as arguments.

GitHub?

This project is not available on GitHub since i don't think it deserves to be an open source project, since it's just a really tiny project.

Keywords

FAQs

Package last updated on 05 May 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc