Socket
Socket
Sign inDemoInstall

iamtest

Package Overview
Dependencies
369
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iamtest

[![Latest Stable Version](https://img.shields.io/npm/v/iamtest.svg)](https://www.npmjs.com/package/iamtest) [![Build Status](https://img.shields.io/travis/amokrushin/iamtest/master.svg)](https://travis-ci.org/amokrushin/iamtest) [![Test Coverage](https://


Version published
Weekly downloads
8
decreased by-42.86%
Maintainers
1
Install size
26.9 MB
Created
Weekly downloads
 

Readme

Source

iamtest

Latest Stable Version Build Status Test Coverage Dependency Status License

Installation

# with npm
$ npm i iamtest -D

# with yarn
$ yarn add iamtest -D

Optional configuration

.iamtest.js

module.exports = {
    rootPath: 'src/tests',
    ignorePath: [],
};

Usage

global

$ iamtest

local

$ npx iamtest
$ BABEL_ENV=test npx iamtest --babel

package.json

{
  "script": {
    "test": "iamtest"
  }
}
Options:
  -r, --reporter  test reporter
        [choices: "dots", "spec", "summary", "tape", "silent"] [default: "dots"]
  -c, --coverage  coverage reporter
        [choices: "console", "html", "json", "json-summary", "lcov", "lcovonly",
                                            "text", "text-lcov", "text-summary"]
  --web           web server for coverage report                        [number]
  -w, --watch     watch for changes                                    [boolean]
  --child         child process                                        [boolean]
  --verbose       debug log                                            [boolean]
  --coverageDir   see nyc --report-dir                                  [string]
  --babel         babel                                                [boolean]
  --flow          flow remove types                                    [boolean]
  -h, --help      Show help                                            [boolean]

Example

package.json

{
  "script": {
    "test": "iamtest",
    "test:unit": "iamtest ./test/unit/*",
    "codecov": "iamtest ./test/unit/* -c lcovonly && codecov"
  }
}

FAQs

Last updated on 30 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc