c77fb700创建于 2025年1月16日历史提交
import IndexTest from './Index.test'
import abilityTest from './Ability.test'

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