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

@aux4/test

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aux4/test

Test aux4

latest
Source
npmnpm
Version
0.0.26
Version published
Maintainers
1
Created
Source

@aux4/test

Test aux4

npm

Install

npm install --save-dev @aux4/test

Usage

$ aux4-test
       run   <files> run test
  coverage   <files> run test coverage

Create test file with .test.md extension

# Print

## Given Hello World

- should print "Hello World"

```execute
echo 'Hello World'
```

```expect
Hello World
```

## Given Hello my friend

- should print "Hello my friend"

```execute
echo 'Hello my friend'
```

```expect
Hello my friend
```

Run test

aux4-test run my-test-file.test.md

To run all the test files in the current directory.

aux4-test run

Run test with coverage

This is useful in case your test interact with js files.

aux4-test coverage my-test-file.test.md

Keywords

aux4

FAQs

Package last updated on 07 Jan 2024

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