Skip to content

Commit 47e2a8e

Browse files
committed
fix: missing path import in gha
1 parent 8585141 commit 47e2a8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: test/helper/AppiumV2_ios_test.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const chai = require('chai');
22

3-
const expect = chai.expect;
43
const assert = chai.assert;
54
const path = require('path');
65

Diff for: test/helper/AppiumV2_test.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const chai = require('chai');
2+
const path = require('path');
23

34
const expect = chai.expect;
45
const assert = chai.assert;

0 commit comments

Comments
 (0)