Skip to content

Commit d13bf3c

Browse files
committed
added http import
1 parent 8f53bab commit d13bf3c

File tree

1 file changed

+1
-0
lines changed
  • bin/accessibility-automation/plugin

1 file changed

+1
-0
lines changed

bin/accessibility-automation/plugin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const path = require("node:path");
22
const { decodeJWTToken } = require("../../helpers/utils");
33
const utils = require('../../helpers/utils');
4+
const http = require('http');
45

56
const browserstackAccessibility = (on, config) => {
67
let browser_validation = true;

0 commit comments

Comments
 (0)