Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v19.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Nov 26, 2022
1 parent 2a18142 commit bb942e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Config } from 'karma';
import puppeteer from 'puppeteer';
import { TsconfigPathsPlugin } from 'tsconfig-paths-webpack-plugin';

process.env.CHROME_BIN = (puppeteer as any as puppeteer.PuppeteerNode).executablePath();
process.env.CHROME_BIN = puppeteer.executablePath();

const suite: any[] = [];
if (!process.env.KARMA_SUITE) {
Expand Down

0 comments on commit bb942e3

Please sign in to comment.