Skip to content

Commit

Permalink
Fix type another props should be not required (#162)
Browse files Browse the repository at this point in the history
* Fix type another props should be not required

* Add simple test of types

* Add type testing

* Update to node 12

* Move directory type test and add new case for auth options

* Update type checking

* Use expectError
  • Loading branch information
berviantoleo authored Jun 4, 2021
1 parent 351382d commit ac134aa
Show file tree
Hide file tree
Showing 5 changed files with 910 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.15.1
- image: circleci/node:12.22
working_directory: ~/ra-data-feathers
steps:
- checkout
Expand Down
Loading

0 comments on commit ac134aa

Please sign in to comment.