# @glas/test

> Micro Testing Script

Latest version **1.0.6** (published 2023-05-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @glas/test
pnpm add @glas/test
yarn add @glas/test
bun add @glas/test
```

Provides the command `gtest`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-05-29 |
| First published | 2020-06-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kris Nye |
| Maintainers | kodyjking, krisnye |

## Links

- npm: https://www.npmjs.com/package/@glas/test
- Repository: https://github.com/glassorg/test
- Homepage: https://github.com/glassorg/test#readme
- Issues: https://github.com/glassorg/test/issues
- npm.io page: https://npm.io/package/@glas/test

## Recent versions

- 1.0.6 (latest) — 2023-05-29
- 1.0.5 — 2022-11-27
- 1.0.4 — 2021-06-03
- 1.0.3 — 2020-06-16
- 1.0.2 — 2020-06-16
- 1.0.1 — 2020-06-16
- 1.0.0 — 2020-06-15

## README

# @glas/test
Micro Testing Script for testing ES Modules.

Does not work with commonjs modules.

## Installation

    yarn add @glas/test

## Usage

Assuming your .js files are in ./lib

    yarn gtest lib

---
_Source: https://npm.io/package/@glas/test · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
