Skip to content

Commit 59603e1

Browse files
remove strict mode warning from readme
1 parent 079559c commit 59603e1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -226,20 +226,6 @@ Substitute.disableFor(fake).received(1337);
226226
fake.received().received(1337);
227227
```
228228

229-
## Strict mode
230-
If you have `strict` set to `true` in your `tsconfig.json`, you may need to toggle off strict null checks. The framework does not currently support this.
231-
232-
However, it is only needed for your test projects anyway.
233-
234-
```json
235-
{
236-
"compilerOptions": {
237-
"strict": true,
238-
"strictNullChecks": false
239-
}
240-
}
241-
```
242-
243229
## Contributors
244230

245231
### Code Contributors

0 commit comments

Comments
 (0)