import { runTests } from "./src/suites.js"
import { discoverTestFiles } from "./src/discover.js"
export {
runTests,
discoverTestFiles,
}