@unibeautify/beautifier-sqlformat
Version:
sqlformat beautifier for Unibeautify
8 lines • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const src_1 = require("../src");
test("should successfully load package.json into pkg property of Beautifier", () => {
const name = "@unibeautify/beautifier-sqlformat";
expect(src_1.default.package).toHaveProperty("name", name);
});
//# sourceMappingURL=pkg.spec.js.map
;