Skip to content

Commit

Permalink
[FIX] tests: enables type checking for binded functions
Browse files Browse the repository at this point in the history
Starting in saas-16.2, the tsconfig for tests isn't
based on the general tsconfig.json file anymore.

The change of commit b04fd21 was not reflected in
the test config file.

closes #3408

Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
  • Loading branch information
LucasLefevre committed Jan 9, 2024
1 parent 67225a3 commit 06cc0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"strictNullChecks": true,
"esModuleInterop": true,
"allowJs": true,
"sourceMap": true
"sourceMap": true,
"strictBindCallApply": true
},
"include": ["src", "tests"],
"typedocOptions": {
Expand Down

0 comments on commit 06cc0c1

Please sign in to comment.