karma-webpack

v5.0.1
Use webpack with karma
webpack

commitlint

commitlint

commitmsg

commitlint -e $GIT_PARAMS

lint

eslint --cache lib test

ci:lint:commits

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

lint-staged

lint-staged

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='lib/**/*.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 karma-webpack

Metadata

  • MIT
  • >= 18
  • Tobias Koppers @sokra
  • released 2/1/2024

Downloads