Skip to content

Commit

Permalink
import path
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Apr 26, 2024
1 parent ae466a2 commit 83f2c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { tEn } = require('../lib/i18n-helpers');
const { setupMocking } = require('./mock-e2e');
const { Ganache } = require('./seeder/ganache');
const FixtureServer = require('./fixture-server');
const PhishingWarningPageServer = require('./tests/phishing-controller/phishing-warning-page-server');
const PhishingWarningPageServer = require('./phishing-warning-page-server');
const { buildWebDriver } = require('./webdriver');
const { PAGES } = require('./webdriver/driver');
const GanacheSeeder = require('./seeder/ganache-seeder');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const createStaticServer = require('../../../../development/create-static-server');
const createStaticServer = require('../../development/create-static-server');

const phishingWarningDirectory = path.resolve(
__dirname,
Expand Down

0 comments on commit 83f2c54

Please sign in to comment.