Skip to content

Commit

Permalink
Singular condition being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Nov 22, 2023
1 parent 07c9982 commit a06970c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function functionUnderTest(Shescape) {
return args;
}

// Test good conditions
// Test good condition
assert.ok(functionUnderTest(Stubscape));

// Test bad conditions
// Test bad condition
assert.throws(() => functionUnderTest(Throwscape));
```

Expand Down

0 comments on commit a06970c

Please sign in to comment.