mocha-pup

v5.1.5
Run mocha tests in Chrome, using webpack and puppeteer.

clean

rimraf ./dist

prebuild

npm run clean

build

tsc -p tsconfig.build.json

pretest

npm run build && npm run lint

test

npm run test:only

test:only

mocha "./test/**/*.spec.ts"

lint

eslint . -f codeframe

typecheck

tsc --noEmit

mocha-pup

node -r @ts-tools/node/r ./src/cli.ts

Metadata

  • MIT
  • >=10
  • Unknown
  • released 1/14/2021

Downloads