mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { parseAst } from "rollup/parseAst";
|
|
|
|
test("it works", () => {
|
|
expect(parseAst("const x = true")).toMatchSnapshot();
|
|
});
|