https://github.com/layflags/relative-time-webcomponent-test-node
https://github.com/layflags/relative-time-webcomponent-test-node
Last synced: 8 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:40:57.000Z (over 3 years ago)
- Last Synced: 2025-03-02T23:43:11.090Z (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
[](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)