import abilityTest from './Ability.test';

export default function testsuite() {
  abilityTest();
}