Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaldrich authored Nov 7, 2023
1 parent b8ab205 commit 307826e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests-unit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ and `TaintType` is of the form:
| "functionReturn" | "literal" | "declaration";
```

and `TrackingType` is of the form:
```typescript
"Boolean" | "SourcedBoolean" | "Expression"
```

## `output-expected`

For each unit test in `tests-unit/input` named `test`, there should be a
Expand Down

0 comments on commit 307826e

Please sign in to comment.