Skip to content

Commit

Permalink
Fix a couple broken TypeScript types for thunking and add TypeScript …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
airhorns committed Jul 30, 2020
1 parent 002958d commit cf705f4
Show file tree
Hide file tree
Showing 5 changed files with 511 additions and 6 deletions.
3 changes: 3 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,8 @@ if [ $PG = 1 ]; then
STRATEGY=mix MINIFY=1 npm run testpg-paging
fi

echo -e "${YELLOW} testing typescript definitions${NC}"
npm run testtsd

echo -e "${GREEN} PASSED ${NC}"

0 comments on commit cf705f4

Please sign in to comment.