Skip to content

Commit

Permalink
fix: delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Nov 7, 2023
1 parent 0c8ec82 commit 80dfe70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helper/Puppeteer_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const AssertionFailedError = require('../../lib/assert/error');
const webApiTests = require('./webapi');
const FileSystem = require('../../lib/helper/FileSystem');
const Secret = require('../../lib/secret');
const Playwright = require('../../lib/helper/Playwright');
const { deleteDir } = require('../../lib/utils');
global.codeceptjs = require('../../lib');

Expand Down

0 comments on commit 80dfe70

Please sign in to comment.