import { getJSImpl } from "../../src/compat.js"; const test_getJSImpl = t => { t.start("getJSImpl()"); // FIXME }; const test_mappings = t => { t.start("mappings"); // FIXME }; export const tests = [ test_getJSImpl, test_mappings, ];