add-matchers

v0.6.2
Write useful test matchers compatible with Jest and Jasmine.
BDD TDD jasmine testing

build

tsc --project .

format

prettier --write '**/*.md' './src/**/*.ts' './test/**/*.js'

lint

tslint --fix --project ./tsconfig.json

prebuild

rimraf ./dist

prelint

npm run format

prepack

npm run build

test

run-p 'test:*'

test:jasmine-v1

jasmine-node ./test/e2e.spec.js

test:jasmine-v2

jasmine JASMINE_CONFIG_PATH=jasmine.json

test:jest

jest
npm i add-matchers

Metadata

  • MIT
  • Whatever
  • Jamie Mason
  • released 1/12/2019

Downloads

Maintainers