Files
goTorrent/torrent-project/node_modules/material-ui/node_modules/react-jss/contributing.md

264 B

Prerequisites

To install the development dependencies you will need Node 5 or 6. Node 7 is not yet supported.

Run tests

Using karma (real browsers will be launched)

npm i
npm test

Or manually

npm run build:tests
open tests.html