Socket
Book a DemoInstallSign in
Socket

test-jstransformer

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-jstransformer

A CLI for testing jstransformer implementations.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
6
Created
Source

test-jstransformer

A CLI for testing JSTransformer implementations.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install test-jstransformer --save-dev

Usage

In your package.json add:

{
  "scripts": {
    "coverage": "test-jstransformer coverage",
    "test": "test-jstransformer"
  }
}

Then copy either example/simple or example/multi into a folder called "test" in your jstransformer's repo.

You can then run tests using:

npm test

and generate coverage using:

npm run coverage

License

MIT

Keywords

jstransformer

FAQs

Package last updated on 26 Mar 2020

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