From 4c5c0ce93c7f76ddbac8a39cac577beaa8464d82 Mon Sep 17 00:00:00 2001 From: luffy505 Date: Sat, 11 Jun 2022 15:01:28 +0800 Subject: [PATCH] modify Signed-off-by: luffy505 --- .../entry/src/main/ets/test/CommonJsunit.test.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets index 13364f4f2..7459e4b04 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index.ets" +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "hypium/index" import display from '@ohos.display'; import Utils from './Utils'; -- GitLab