Skip to content

Commit

Permalink
tests(devtools): fix e2e compile error (#15210)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Jun 28, 2023
1 parent 6d9b11e commit d7e6f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.

import {assert} from 'chai';
import type * as puppeteer from 'puppeteer';
import type * as puppeteer from 'puppeteer-core';

import {expectError} from '../../conductor/events.js';
import {
Expand Down

0 comments on commit d7e6f61

Please sign in to comment.