未验证 提交 f0c2d3ca 编写于 作者: O openharmony_ci 提交者: Gitee

!7227 【输入法框架】修改d.ts文件名大小写

Merge pull request !7227 from Hollokin/master
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import inputMethodExtensionAbility from '@ohos.inputmethodextensionability' import inputMethodExtensionAbility from '@ohos.InputMethodExtensionAbility'
export default class ImExtAbility extends inputMethodExtensionAbility { export default class ImExtAbility extends inputMethodExtensionAbility {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium" import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium"
import inputMethod from '@ohos.inputmethod' import inputMethod from '@ohos.inputMethod'
export default function imeAbilityTest(abilityContext) { export default function imeAbilityTest(abilityContext) {
describe('imeAbilityTest', function () { describe('imeAbilityTest', function () {
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
* limitations under the License. * limitations under the License.
*/ */
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium" import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium"
import inputMethod from '@ohos.inputmethod'; import inputMethod from '@ohos.inputMethod';
import subtype from '@ohos.inputMethodSubtype'; import subtype from '@ohos.InputMethodSubtype';
export default function inputMethodStageJSUnit() { export default function inputMethodStageJSUnit() {
describe('inputMethodTest', function () { describe('inputMethodTest', function () {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
import inputMethodEngine from '@ohos.inputmethodengine'; import inputMethodEngine from '@ohos.inputMethodEngine';
import Utils from './Utils'; import Utils from './Utils';
import router from '@system.router'; import router from '@system.router';
import events_emitter from '@ohos.events.emitter'; import events_emitter from '@ohos.events.emitter';
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
import inputMethod from '@ohos.inputmethod'; import inputMethod from '@ohos.inputMethod';
export default function inputMethodJSUnit() { export default function inputMethodJSUnit() {
describe('appInfoTest_input_2', function () { describe('appInfoTest_input_2', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册