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 d1473dc commit 09fd7beCopy full SHA for 09fd7be
1 file changed
tests/serviceErrors.test.ts
@@ -1,8 +1,5 @@
1
import { describe, it, expect } from 'vitest';
2
-import {
3
- isBrowserClosedError,
4
- isResponseBodyUnavailableError,
5
-} from '../src/services/core/base.js';
+import { isBrowserClosedError, isResponseBodyUnavailableError } from '../src/services/core/base.js';
6
7
describe('isResponseBodyUnavailableError', () => {
8
it('recognizes the CDP "no resource with given identifier" error', () => {
0 commit comments