amex-jest-preset

v7.0.0
An opinionated Jest preset
jest preset amex quality

test

npm run test:lint && npm run test:unit

test:lint

eslint ./ --ignore-path .gitignore --ext .js

test:lockfile

lockfile-lint -p package-lock.json -t npm -a npm -o https: -c -i

test:git-history

commitlint --from origin/main --to HEAD

test:unit

jest

posttest

npm run test:lockfile && npm run test:git-history

prepublishOnly

npm test
npm i amex-jest-preset

Metadata

Downloads