Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)