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.
- Host: GitHub
- URL: https://github.com/jaid/test
- Owner: Jaid
- License: mit
- Created: 2019-11-20T09:02:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:45:44.000Z (over 1 year ago)
- Last Synced: 2025-02-17T03:26:22.561Z (over 1 year ago)
- Topics: debug, test, testing
- Language: JavaScript
- Homepage: https://github.com/Jaid/test
- Size: 2.99 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Changelog: changefile.txt
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# Test
**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
```bash
npm install --save test@^1.0.2
```
```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)