New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

test-executor

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-executor

Executes test scripts in the specified dirs.

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source

node-test-executor

NPM Version Build Status codecov

Executes test scripts and directories of test scripts. It's based on Async Tree Pattern.

Install

npm i test-executor

How to use

const { ExecutedTests } = require('test-executor')

new ExecutedTests(
	'./test/test.js', './test/dir1', './test/dir2'
).call() // or just new ExecutedTests('./test').call()

Output will be smth like this (example of case when one of the tests fails):

gaa1

Test

npm run test

Build

npm run build

Run example

npm run example

Keywords

node

FAQs

Package last updated on 10 May 2019

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