@octokit/fixtures

v3.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

start

node bin/serve.js

pretest

standard

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'

test:node4

node test/node-4-compatibility.js

test:e2e

test/end-to-end/server-test.sh

semantic-release

semantic-release pre && npm publish && semantic-release post
npm i @octokit/[email protected]

Metadata

  • MIT
  • Whatever
  • Gregor Martynus
  • released 10/25/2017

Downloads