Socket
Socket
Sign inDemoInstall

blueflag-test

Package Overview
Dependencies
718
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    blueflag-test

An oppinionated set of linting and testing tools


Version published
Weekly downloads
44
increased by10%
Maintainers
1
Install size
76.0 MB
Created
Weekly downloads
 

Readme

Source

blueflag-test

Installation

yarn add --dev blueflag-test

package.json

{
    "scripts": {
        "flow": "blueflag-test flow",
        "lint": "blueflag-test lint",
        "test": "blueflag-test test",
        "coverage": "blueflag-test coverage",
        "test-all": "yarn lint && yarn flow && yarn coverage"
    }
}

Test

blueflag-test test will run all test files that match the glob: src/**/*-test.js.

ava

FAQs

Last updated on 10 May 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