···209209})
210210211211test(`stack trace points to correct file in every browser when failed`, async () => {
212212- expect.assertions(29)
212212+ expect.assertions(30)
213213 const { stderr } = await runBrowserTests({
214214 root: './fixtures/failing',
215215 reporters: [
···273273274274 // index() is called from a bundled file
275275 expect(stderr).toMatch(/failing.test.ts:39:(2|8)/)
276276+277277+ // "not awaited but with then/catch/finally" test should not produce warnings
278278+ expect(stderr).not.toMatch(/failing.test.ts:4[3-8]/)
276279})
277280278281test('user-event', async () => {