Skip to content

Commit

Permalink
fix: missing path import in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 2, 2025
1 parent 8585141 commit 47e2a8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/helper/AppiumV2_ios_test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const chai = require('chai');

const expect = chai.expect;
const assert = chai.assert;
const path = require('path');

Expand Down
1 change: 1 addition & 0 deletions test/helper/AppiumV2_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const chai = require('chai');
const path = require('path');

const expect = chai.expect;
const assert = chai.assert;
Expand Down

0 comments on commit 47e2a8e

Please sign in to comment.