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.
2 parents 17a26ca + 6239dac commit 8dbc96fCopy full SHA for 8dbc96f
src/lib/utils.ts
@@ -3,7 +3,7 @@ import { chromium, firefox, webkit, Browser } from '@playwright/test'
3
import constants from './constants.js';
4
import chalk from 'chalk';
5
import axios from 'axios';
6
-import fs from 'fs/promises';
+import fs from 'fs';
7
8
import { globalAgent } from 'http';
9
import { promisify } from 'util'
0 commit comments