import from "chai";
import * as ergo from "..";
let ergo_wasm;
;
// enable when ergo-lib-wasm is built with "compiler" feature enabled
//
// it("Contract compiles from ErgoScript", async () => {
// let contract = ergo_wasm.Contract.compile("HEIGHT");
// assert(contract != null);
// });