Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Jul 19, 2023
1 parent 3028db9 commit dfc8e6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import * as aChecker from "../../../../src/mjs/index.js";
import ace from "../../../../../accessibility-checker-engine/dist/ace-node.js";
import { expect } from "chai";
import * as Util from "../../util/Util.js";
import * as puppeteer from "puppeteer";
let unitTestcaseHTML = {};
let testRootDir = path.join(process.cwd(), "..","accessibility-checker-engine","test","v2","checker","accessibility","rules");
let gdirs = fs.readdirSync(testRootDir);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const __dirname = path.dirname(__filename);
let userBrowser = process.env.USER_BROWSER || "CHROME";

let unitTestcaseHTML = {};
let aChecker = require("../../../../src");
let expect = require("chai").expect;

let browser;
if (userBrowser.toUpperCase() === "FIREFOX") {
Expand Down

0 comments on commit dfc8e6c

Please sign in to comment.