@octokit/fixtures

v16.0.0
Fixtures for all the octokittens

coverage

tap --coverage-report=html

coverage:upload

npm run test && tap --coverage-report=text-lcov | coveralls

record

bin/record.js

pretest

npm run -s lint

lint

prettier --check '{lib,scenarios,test}/**/*.{js,json}' index.js README.md package.json

lint:fix

prettier --write '{lib,scenarios,test}/**/*.{js,json}' index.js README.md package.json

test

tap --100 --coverage 'test/**/*-test.js' 'scenarios/**/test.js'

test:unit

tap 'test/unit/**/*-test.js'

test:integration

tap 'test/integration/**/*-test.js'

test:scenarios

tap 'scenarios/**/test.js'

semantic-release

semantic-release
npm i @octokit/[email protected]

Metadata

  • MIT
  • Whatever
  • Gregor Martynus
  • released 9/14/2019

Downloads