fix path part 2

This commit is contained in:
Artur Neumann
2021-11-17 16:38:35 +05:45
parent e1426daf6f
commit 0f07a0b2e4
3 changed files with 3 additions and 7 deletions
-1
View File
@@ -1,5 +1,4 @@
const path = require('path')
const WEB_PATH = process.env.WEB_PATH
const TEST_INFRA_DIRECTORY = process.env.TEST_INFRA_DIRECTORY
const config = require(path.join(TEST_INFRA_DIRECTORY, 'nightwatch.conf.js'))