# tpp

> A minimal testing library

Latest version **1.0.2** (published 2016-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install tpp
pnpm add tpp
yarn add tpp
bun add tpp
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2016-06-25 |
| First published | 2016-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tom |
| Maintainers | twilson63 |

## Links

- npm: https://www.npmjs.com/package/tpp
- npm.io page: https://npm.io/package/tpp

## Recent versions

- 1.0.2 (latest) — 2016-06-25
- 1.0.1 — 2016-06-25
- 1.0.0 — 2016-06-25

## README

# tpp 

A simple testing library that is used for live testing during training sessions

## How to use

`npm i tpp`

``` js
const { ok, equals } = require('tpp')

ok(true, 'should be valid')
equals(1,1, '1 === 1')

```

When you call these methods they simply return a string that is passed in with a 'success' or 'error' at the end of the return string.

This provides the user with a visual response so they can determine if their exercise was successful or not.

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