2025-05-09 15:47:54 +08:00

5 lines
99 B
Plaintext

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