@unibeautify/beautifier-js-beautify
Version:
JS-Beautify beautifier for Unibeautify
8 lines • 356 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-js-beautify";
expect(src_1.default.package).toHaveProperty("name", name);
});
//# sourceMappingURL=pkg.spec.js.map