I think this shouldn't pass: ```js expect(() => { expect(() => { throw new Error('haha') // no warning }).toWarnDev( 'nope', ); }).toThrow('haha'); ``` but it does.