jest-prettyhtml-matchers

v1.0.2
Custom Jest snapshot matchers that use prettyhtml to format strings.
custom javascript jest matchers prettyhtml snapshot typescript

authors

shelljs-authors > AUTHORS

changelog

github_changelog_generator --no-issues --header-label "# Changelog" --future-release v$npm_package_version

check

run-s check:*

check:format

prettier --list-different "**/*.{js,ts}"

check:types

tsc --noEmit

ci

run-s check lint clean compile test

clean

run-s clean:*

clean:coverage

del coverage

clean:dist

del dist

clean:test

ts-node scripts/clean

compile

tsc -p tsconfig.base.json

format

prettier --write "**/*.{js,ts}"

lint

eslint . --ext .js,.ts

postversion

git push && git push --tags && npm publish

release

npm version -m 'Release v%s'

test

ts-node scripts/test

version

run-s ci changelog authors && git add .

Metadata

  • MIT
  • Whatever
  • Tane Morgan
  • released 4/9/2019

Downloads

Maintainers