Generating a fixture:
# install danger
npm install -g danger
# generate a JSON fixture of what danger-js will pass to the python
danger pr https://github.com/microsoft/TypeScript/pull/34806 --json > fixtures/typescript-34806.jsonThen to work on the process
# Using a fixture
cat fixtures/typescript-34806.json | python danger_runner.py
# Using Danger