terra-app-delegate

v1.11.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

rimraf lib

compile:build

babel src --out-dir lib --copy-files

lint

npm run lint:js

lint:js

eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

test

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

test:jest

jest ./tests/jest/* --config ../../jestconfig.json

test:nightwatch

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

Metadata

Downloads