🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

audition

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audition

Design, prototype, and verify code

1.7.0
latest
Version published
Weekly downloads
9
350%
Maintainers
1
Weekly downloads
 
Created

audition

npm Build Status dependencies Status devDependencies Status

Design, prototype, and verify code

Usage

Install audition by running:

yarn add audition

Write test cases in e.g. math.test.js:

import { example } from 'audition'
import assert from 'assert'

example('doing math', () => {
  assert(1 + 1 === 2)
})

example('doing math incorrectly', () => {
  assert(1 + 1 === 3)
})

Execute the test cases:

yarn audition math.test.mjs

View additional documentation:

yarn audition --help

Keywords

FAQs

Package last updated on 02 Dec 2018

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