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 8585141 commit 47e2a8eCopy full SHA for 47e2a8e
test/helper/AppiumV2_ios_test.js
@@ -1,6 +1,5 @@
1
const chai = require('chai');
2
3
-const expect = chai.expect;
4
const assert = chai.assert;
5
const path = require('path');
6
test/helper/AppiumV2_test.js
@@ -1,4 +1,5 @@
+const path = require('path');
const expect = chai.expect;
0 commit comments