Skip to content

Commit 50e3512

Browse files
authored
chore: remove expect error message (#129)
1 parent cf36b3e commit 50e3512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/ssr-vue/__tests__/ssr-vue.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ test.runIf(!isBuild)(
241241
expect(spy).toBeCalledTimes(1)
242242
const [firstParameter] = spy.mock.calls[0]
243243
expect(firstParameter).toContain('Error when evaluating SSR module')
244-
expect(firstParameter).toContain(THROW_MESSAGE)
245244
spy.mockClear()
246245
},
247246
)

0 commit comments

Comments
 (0)