5 lines
99 B
Plaintext
Raw Normal View History

2025-07-02 17:39:35 +08:00
import abilityTest from './Ability.test';
export default function testsuite() {
abilityTest();
}