@webpack-contrib/test-utils

v0.1.3
Loader && Plugin Test Helpers
webpack

start

npm run build -- -w

build

cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files

clean

del-cli dist

commitlint

commitlint

commitmsg

commitlint -e $GIT_PARAMS

lint

eslint --cache src test

ci:lint:commits

commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}

lint-staged

lint-staged

prebuild

npm run clean

prepublish

npm run build

release

standard-version

release:ci

conventional-github-releaser -p angular

release:validate

commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)

security

nsp check

test

echo 'Tests Not Yet Implemented'

test:watch

echo 'Tests Not Yet Implemented'

test:coverage

echo 'Tests Not Yet Implemented'

ci:lint

npm run lint && npm run security

ci:test

npm run test

ci:coverage

npm run test:coverage

defaults

webpack-defaults
npm i @webpack-contrib/test-utils

Metadata

  • MIT
  • >= 6.9.0 || >= 8.9.0
  • Webpack Contrib
  • released 4/1/2018

Downloads