2025-07-02 17:39:35 +08:00

5 lines
99 B
Plaintext

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