trueOrFalse
should be a function");'
- text: ''
testString: 'assert(typeof trueOrFalse(true) === "string", "trueOrFalse(true)
should return a string");'
- text: ''
testString: 'assert(typeof trueOrFalse(false) === "string", "trueOrFalse(false)
should return a string");'
- text: ''
testString: 'assert(trueOrFalse(true) === "Yes, that was true", "trueOrFalse(true)
should return "Yes, that was true"");'
- text: ''
testString: 'assert(trueOrFalse(false) === "No, that was false", "trueOrFalse(false)
should return "No, that was false"");'
```