UNPKG

@unibeautify/beautifier-js-beautify

Version:
7 lines (5 loc) 249 B
import beautifier from "../src"; test("should successfully load package.json into pkg property of Beautifier", () => { const name: string = "@unibeautify/beautifier-js-beautify"; expect(beautifier.package).toHaveProperty("name", name); });