Skip to content

Commit

Permalink
fix: correct ordering of InputProcessor calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Jan 8, 2021
1 parent 2519bb5 commit dd4dfd0
Show file tree
Hide file tree
Showing 10 changed files with 415 additions and 13 deletions.
383 changes: 383 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.5.2",
"jest-extended": "^0.11.5",
"lerna": "^3.20.2",
"release-it": "^14.2.0",
"ts-jest": "^26.4.1",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import 'jest-extended'

0 comments on commit dd4dfd0

Please sign in to comment.