Socket
Book a DemoInstallSign in
Socket

tapeify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tapeify

Yet another, but flexible tape runner for ES6 / Coffeescript or any other JS variants.

1.1.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

tapeify (1.1.0)

Yet another, but a bit flexible tape runner. Just pass any module you would like to be loaded along with tape tests - like babel or coffeescript.

install

npm install --save-dev tape tapeify

CLI

tapeify 'test/*.js' --compiler 'babel-register'

You could load any number of modules by adding more --compiler or -c optional parameter. These modules will be required along with tape.

CLI options

-c or --compiler <requiring module name>

Pass any module that needs to be required for your tape test. For example, to test ES6 files, pass babel-register or babel-core/register module. You can pass the same argument multiple times to load more modules.

tapeify 'test/*.js' --compiler 'babel-register'
tapeify 'test/*.js' --compiler 'babel-register' -c 'another-babel-module'
tapeify 'test/*.js' --compiler 'babel-register' | tap-spec

Keywords

tape

FAQs

Package last updated on 20 Nov 2015

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.