@webpack-contrib/test-utils

v0.1.1
Loader && Plugin Test Helpers

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

jest

test:watch

jest --watch

test:coverage

jest --collectCoverageFrom='src/**/*.js' --coverage

ci:lint

npm run lint && npm run security

ci:test

npm run test -- --runInBand

ci:coverage

npm run test:coverage -- --runInBand

defaults

webpack-defaults
npm i @webpack-contrib/[email protected]

Metadata

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

Downloads