Files
harmony/chatkit/src/ohosTest/ets/test/List.test.ets
T
2025-07-10 08:57:32 +08:00

12 lines
265 B
Plaintext

/*
* Copyright (c) 2022 NetEase, Inc. All rights reserved.
* Use of this source code is governed by a MIT license that can be
* found in the LICENSE file.
*
*/
import abilityTest from './Ability.test';
export default function testsuite() {
abilityTest();
}