@cerner/jest-config-terra

v3.0.0
A base jest config for the terra application framework.
Cerner jest jest-config Terra

clean

npm run clean:node_modules && npm run clean:lib

clean:install

npm run clean && time npm install

clean:lib

rm -rf lib

clean:node_modules

echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'

compile

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

lint

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

lint:js:fix

eslint --ext .js,.jsx . --fix

jest

jest --config ./jest.local.config.js

test

npm run jest
npm i @cerner/jest-config-terra

Metadata

Downloads