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 69f88dc commit 9338d5dCopy full SHA for 9338d5d
1 file changed
mod.ts
@@ -112,7 +112,7 @@ export const makeFetch = (h: HandlerOrListener) => {
112
assertEquals(
113
header,
114
b,
115
- `expected to have header ${a} ${header === null ? 'empty' : 'with value ${b}, got ${header}'}`,
+ `expected to have header ${a} ${header === null ? 'empty' : `with value ${b}, got ${header}`}`,
116
)
117
}
118
return {
0 commit comments