terra-toolkit

v1.0.0
Utilities to help when developing terra modules
Cerner Terra terra-toolkit UI

compile

$(cd ..; npm bin)/babel src --out-dir lib --copy-files

lint

npm run lint:js

lint:js

$(cd ..; npm bin)/eslint **/*.js, **/*.jsx

test

npm run test:nightwatch-default

test:spec

npm run test:nightwatch-default

test:all

npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari

test:nightwatch-default

SPECTRE_TEST_SUITE=terra-toolkit WEBPACK_CONFIG_PATH=../tests/test.config node ./lib/scripts/nightwatch-process.js --config tests/nightwatch.conf.js -e default-tiny,default-small,default-medium,default-large,default-huge,default-enormous

Metadata

Downloads