I hereby claim:
- I am m14t on github.
- I am m14t (https://keybase.io/m14t) on keybase.
- I have a public key whose fingerprint is 1FCA DAF1 05CD E9D7 5A50 45CC A084 7AFA D4D1 6422
To claim this, I am signing this object:
| #/bin/bash | |
| #-- Script to automate https://help.github.com/articles/why-is-git-always-asking-for-my-password | |
| REPO_URL=`git remote -v | grep -m1 '^origin' | sed -Ene's#.*(https://[^[:space:]]*).*#\1#p'` | |
| if [ -z "$REPO_URL" ]; then | |
| echo "-- ERROR: Could not identify Repo url." | |
| echo " It is possible this repo is already using SSH instead of HTTPS." | |
| exit | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| const { execute, introspectionQuery, parse } = require('graphql'); | |
| const { schema } = require('../index'); | |
| describe('graphql', () => { | |
| describe('index', () => { | |
| describe('schema', () => { | |
| it('should be a an object', () => { | |
| expect(typeof schema).toBe('object'); | |
| }); |
xuorig is worth following twitter / GitHub