Skip to content

Instantly share code, notes, and snippets.

@zgababa
Created January 25, 2017 17:20
Show Gist options
  • Save zgababa/7f5ba85e001390b26aa50afee197336d to your computer and use it in GitHub Desktop.
Save zgababa/7f5ba85e001390b26aa50afee197336d to your computer and use it in GitHub Desktop.
'use strict';
const graphql = require('graphql');
const chai = require('chai');
const pokemon = require('./pokemon');
const pokemonType = pokemon.type;
const expect = chai.expect;
describe('Pokemon', () => {
// Tests
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment