Skip to content

Commit 8dbc96f

Browse files
Merge pull request #240 from parthlambdatest/Dot-4397
[Dot-4397] remove promise from fs import
2 parents 17a26ca + 6239dac commit 8dbc96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { chromium, firefox, webkit, Browser } from '@playwright/test'
33
import constants from './constants.js';
44
import chalk from 'chalk';
55
import axios from 'axios';
6-
import fs from 'fs/promises';
6+
import fs from 'fs';
77

88
import { globalAgent } from 'http';
99
import { promisify } from 'util'

0 commit comments

Comments
 (0)