Skip to content

Commit

Permalink
implement comprehensive test suite (#2)
Browse files Browse the repository at this point in the history
* feat: implement comprehensive test suites

* chore: upgrade antlr4

* refactor: replace rollup with webpack and jest with mocha

* tests: uncomment passing consensus tests

* fix: allow null/false/true as identifiers

* fix: allow leading 0 in integers

* fix: bracket_notation_with_wildcard_after_recursive_descent

* fix: operator comparison

* fix: filter expressions tests

* fix: ci tests

* fix: keys with dash

* fix: recursive descent

* fix: recursive descent with wildcard
  • Loading branch information
atamano authored Oct 1, 2023
1 parent 27cf6b4 commit 12894fe
Show file tree
Hide file tree
Showing 25 changed files with 10,823 additions and 16,182 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands:
- run:
name: unit test
command: |
npm run ci:test
npm run test
upload-coverage:
steps:
- codecov/upload:
Expand Down
24 changes: 0 additions & 24 deletions babel.config.json

This file was deleted.

24 changes: 0 additions & 24 deletions jestconfig.json

This file was deleted.

Loading

0 comments on commit 12894fe

Please sign in to comment.