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 cf36b3e commit 50e3512Copy full SHA for 50e3512
playground/ssr-vue/__tests__/ssr-vue.spec.ts
@@ -241,7 +241,6 @@ test.runIf(!isBuild)(
241
expect(spy).toBeCalledTimes(1)
242
const [firstParameter] = spy.mock.calls[0]
243
expect(firstParameter).toContain('Error when evaluating SSR module')
244
- expect(firstParameter).toContain(THROW_MESSAGE)
245
spy.mockClear()
246
},
247
)
0 commit comments