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 b01e79e commit 33d2c7bCopy full SHA for 33d2c7b
test/unit/Appium_platformNameNormalization_test.js
@@ -1,5 +1,5 @@
1
-const { expect } = require('chai')
2
-const Appium = require('../../lib/helper/Appium')
+import expect from 'chai'
+import Appium from '../../lib/helper/Appium'
3
4
describe('Appium platformName normalization', () => {
5
it('should normalize platformName to lowercase for Android', () => {
0 commit comments