Skip to content

Commit

Permalink
fix: Amend test description + add a collaborators.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasdao committed Jun 6, 2017
1 parent 6eec66d commit 86915ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions COLLABORATORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Collaborators

- [Nicolas Dao](https://github.com/nicolasdao)
- [Brendan Johnson](https://github.com/BrendanJohnson)
- [Boris Berak](https://github.com/bberak)
4 changes: 2 additions & 2 deletions test/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ type DatasetSize {
}`

describe('index', () =>
describe('#transpileSchema: COMPLEX COMMENTS', () =>
it('Should remove any metadata from the GraphQL schema so it can be compiled by Graphql.js.', () => {
describe('#transpileSchema: COMPLEX COMMENTS WITH MARKDOWN CODE BLOCKS', () =>
it('Should successfully transpile the schema even when there are complex markdown comments containing code blocks.', () => {
const output = transpileSchema(schema_input_cdwbqjf24cden76532);
const answer = compressString(output);
const correct = compressString(schema_output_cdwbqjf24cden76532);
Expand Down

0 comments on commit 86915ec

Please sign in to comment.