Skip to content

Commit 56343a3

Browse files
authored
Merge pull request #53 from nobrainr/feat/use-tree
feat: Parse schema as an internal tree
2 parents 9393a92 + 6f4f7b0 commit 56343a3

20 files changed

+2718
-1644
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "current"
7+
"node": "current",
8+
"esmodules": true
89
}
910
}
1011
],

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
# run tests!
2525
- run:
2626
name: Run Tests
27-
command: npm test -- --coverage
27+
command: npm run test:coverage
28+
- run:
29+
name: Build Tests Types
30+
command: npm run test:types
2831

2932
deploy-docs:
3033
docker:

0 commit comments

Comments
 (0)