An open API service indexing awesome lists of open source software.

https://github.com/jaid/test

A sandbox repository for experimenting.
https://github.com/jaid/test

debug test testing

Last synced: about 1 year ago
JSON representation

A sandbox repository for experimenting.

Awesome Lists containing this project

README

          

# Test

License Sponsor test
Build status Commits since v1.0.2 Last commit Issues
Latest version on npm Dependents Downloads

**A sandbox repository for experimenting.**

#### Pure ESM library

:information_source: This package has only ESM exports. You should `import` it from MJS files or [read more here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

## Installation

test on npm

```bash
npm install --save test@^1.0.2
```

test on Yarn

```bash
yarn add test@^1.0.2
```

## Development

Development hints for maintaining and improving Test

Setting up:
```bash
git clone git@github.com:jaid/test.git
cd test
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/test/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)