1import abilityTest from './Ability.test'; 2 3export default function testsuite() { 4 abilityTest(); 5}