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 23736b0 commit 98b0637Copy full SHA for 98b0637
1 file changed
test/unit/helper/FileSystem_test.js
@@ -13,7 +13,7 @@ let fs
13
14
describe('FileSystem', () => {
15
before(() => {
16
- global.codecept_dir = path.join(__dirname, '/../..')
+ global.codecept_dir = path.join(__dirname, '../..')
17
})
18
19
beforeEach(() => {
0 commit comments