We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2027609 commit 00dcc2cCopy full SHA for 00dcc2c
integration-tests/js-compute/fixtures/app/src/assertions.js
@@ -55,7 +55,7 @@ export { assert as strictEqual };
55
export function ok(truthy, code) {
56
if (!truthy) {
57
throw new Error(
58
- `Expected ${code ? ' ' + code : ''}to be truthy - Found \`${JSON.stringify(prettyPrintSymbol(truthy))}\``,
+ `Expected ${code ? code + ' ' : ''}to be truthy - Found \`${JSON.stringify(prettyPrintSymbol(truthy))}\``,
59
);
60
}
61
0 commit comments