We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97479cb commit f740346Copy full SHA for f740346
bin/accessibility-automation/helper.js
@@ -246,7 +246,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
246
// Build the correct glob pattern
247
const globPattern = supportFilesData.supportFile.startsWith('/')
248
? process.cwd() + supportFilesData.supportFile
249
- : path.join(process.cwd(), supportFilesData.supportFile);
+ : path.resolve(process.cwd(),supportFilesData.supportFile);
250
251
glob(globPattern, {}, (err, files) => {
252
if(err) {
0 commit comments