import { J } from "../utils"; import { amCoreInitTests } from "./am-core"; import { amServerInitTests } from "./am-server"; import { amWorkersInitTests } from "./am-workers"; import { amMainInitTests } from "./am-main"; export const allTests = () => J.desc("All Tests",() => { amCoreInitTests(); //amServerInitTests(); //amWorkersInitTests(); //amMainInitTests(); });