test-package-lock-repo-mock-core

v1.29.0
AWS X-Ray SDK for Javascript
amazon api aws core xray x-ray x ray

compile

tsc && npm run copy-lib && npm run copy-test && cp package.json dist/

copy-lib

find lib -type f \( -name '*.d.ts' -o -name '*.json' \) | xargs -I % ../../scripts/cp-with-structure.sh % dist

copy-test

find test -name '*.json' | xargs -I % ../../scripts/cp-with-structure.sh % dist

test

mocha --recursive ./dist/test/ -R spec && tsd && mocha --recursive ./dist/test_async/ -R spec

test-d

tsd

test-async

mocha --recursive ./dist/test_async/ -R spec

clean

rm -rf dist && rm -rf node_modules

testcov

nyc npm run test

reportcov

nyc report --reporter=text-lcov > coverage.lcov && codecov
npm i test-package-lock-repo-mock-core

Metadata

Downloads

Maintainers