Skip to content

Commit

Permalink
Merge pull request #53 from nobrainr/feat/use-tree
Browse files Browse the repository at this point in the history
feat: Parse schema as an internal tree
  • Loading branch information
emyann authored Mar 18, 2019
2 parents 9393a92 + 6f4f7b0 commit 56343a3
Show file tree
Hide file tree
Showing 20 changed files with 2,718 additions and 1,644 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"@babel/preset-env",
{
"targets": {
"node": "current"
"node": "current",
"esmodules": true
}
}
],
Expand Down
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
# run tests!
- run:
name: Run Tests
command: npm test -- --coverage
command: npm run test:coverage
- run:
name: Build Tests Types
command: npm run test:types

deploy-docs:
docker:
Expand Down
Loading

0 comments on commit 56343a3

Please sign in to comment.