terra-app-delegate

v1.4.0
An object that provides a set of functions used to facilitate communcation between Containers and their consuming Containers/Applications
Cerner Terra terra-app-delegate AppDelegate UI

compile

npm run compile:clean && npm run compile:build

compile:clean

$(cd ..; npm bin)/rimraf lib

compile:build

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

lint

npm run lint:js

lint:js

$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

test

npm run test:jest && npm run test:nightwatch

test:jest

$(cd ..; npm bin)/jest --config ../../jestconfig.json

test:nightwatch

echo "No Nightwath tests written." && exit 0

Metadata

Downloads