@shelf/jest-testrail-reporter

v1.1.2
jest-testrail-reporter

lint

eslint . --ext .js,.ts,.json --fix

test

TZ=UTC jest src

build

rm -rf lib/ && yarn build:types && yarn build:code

lint:ci

eslint . --ext .js,.ts,.json

prepack

yarn build

coverage

yarn test --coverage

build:code

babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts' && find ./lib -name '*.test.d.ts' -delete

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib

type-check:watch

npm run type-check -- --watch
npm i @shelf/jest-testrail-reporter

Metadata

  • MIT
  • >=12
  • Vlad Holubiev
  • released 5/29/2020

Downloads