create-jest-runner

v0.11.1
A simple way of creating a Jest runner

test

jest --no-color

lint

eslint .

prettier:run

prettier '*.md' '.github/**' '*.json' '**/package.json' '.vscode/*.json' 'generator/fixtures/*'

prettier:check

yarn prettier:run --check

prettier:write

yarn prettier:run --write

watch

yarn build --watch

build

babel lib --ignore '**/*.test.js,integration' --out-dir build --extensions '.ts'

build-types

tsc

prepare

yarn build && yarn build-types

Metadata

  • MIT
  • Whatever
  • Rogelio Guzman
  • released 5/15/2022

Downloads