Skip to content

Commit

Permalink
chore: add type tests (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 16, 2021
1 parent c39e970 commit 07d90ce
Show file tree
Hide file tree
Showing 5 changed files with 1,401 additions and 212 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
- run:
name: Test
command: npm run test-node
- run:
name: Test types
command: npm run build && npm run test-types

chromium:
docker:
Expand Down
6 changes: 6 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ overrides:
rules:
max-nested-callbacks: off
mocha/no-exclusive-tests: error
- files: "**/*.ts"
parserOptions:
ecmaVersion: 2020
sourceType: 'module'
rules:
no-unused-expressions: off
Loading

0 comments on commit 07d90ce

Please sign in to comment.