Testing the relative-time webcomponent in Node.js
git clone https://github.com/layflags/relative-time-webcomponent-test-node.git
cd relative-time-webcomponent-test-node
npm installTo get a default TAP report use:
npm test... or if you like to have a nice spec report instead use:
npm run specTo start the test watcher use:
npm run dev