Skip to content

Commit 98b0637

Browse files
committed
fix uts
1 parent 23736b0 commit 98b0637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/helper/FileSystem_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let fs
1313

1414
describe('FileSystem', () => {
1515
before(() => {
16-
global.codecept_dir = path.join(__dirname, '/../..')
16+
global.codecept_dir = path.join(__dirname, '../..')
1717
})
1818

1919
beforeEach(() => {

0 commit comments

Comments
 (0)