Skip to content

Commit

Permalink
remove strict mode warning from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
notanengineercom committed Oct 9, 2022
1 parent 079559c commit 59603e1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,20 +226,6 @@ Substitute.disableFor(fake).received(1337);
fake.received().received(1337);
```

## Strict mode
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.

However, it is only needed for your test projects anyway.

```json
{
"compilerOptions": {
"strict": true,
"strictNullChecks": false
}
}
```

## Contributors

### Code Contributors
Expand Down

0 comments on commit 59603e1

Please sign in to comment.