ui-harness

v3.14.2
Create, isolate and test modular UI components in React.
ui testing bdd react modular design react-component

build:watch

npm run build -- --watch

build

./node_modules/babel-cli/bin/babel.js src --out-dir lib --source-maps

dev

QUICK_BUILD=true ./node_modules/.bin/nodemon -x "./node_modules/babel-cli/bin/babel-node.js start.js"

lint

eslint --ext .js,.jsx ./src && tslint src/**/*.ts{,x}

prepublish

npm test && npm run lint && rm -rf lib && npm run build

start

node start

tdd

npm run test -- --reporter min --watch

test

./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register

Metadata

  • MIT
  • Whatever
  • Phil Cockfield
  • released 7/7/2016

Downloads

Maintainers