HMDemo/app/src/ohosTest/ets/test/List.test.ets
2024-02-27 10:53:52 +08:00

5 lines
99 B
Plaintext

import abilityTest from './Ability.test';
export default function testsuite() {
abilityTest();
}