Files
bun.sh/test/js/third_party/rollup-v4/rollup-v4.test.ts
2024-02-01 13:45:47 -08:00

6 lines
130 B
TypeScript

import { parseAst } from "rollup/parseAst";
test("it works", () => {
expect(parseAst("const x = true")).toMatchSnapshot();
});