Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layflags/relative-time-webcomponent-test-node
https://github.com/layflags/relative-time-webcomponent-test-node
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/layflags/relative-time-webcomponent-test-node
- Owner: layflags
- License: mit
- Created: 2016-10-13T12:00:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:40:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T06:33:42.661Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/layflags/relative-time-webcomponent-test-node.svg?style=svg)](https://circleci.com/gh/layflags/relative-time-webcomponent-test-node)
# Testing the [relative-time webcomponent](https://github.com/ryanhefner/relative-time-webcomponent) in Node.js
## Setup
```sh
git clone https://github.com/layflags/relative-time-webcomponent-test-node.git
cd relative-time-webcomponent-test-node
npm install
```## Test
To get a default TAP report use:
```sh
npm test
```... or if you like to have a nice spec report instead use:
```sh
npm run spec
```## Development
To start the test watcher use:
```sh
npm run dev
```## License
[MIT](LICENSE)