Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #90 from holochain/no-asm-zome-for-now
Browse files Browse the repository at this point in the history
dont gen assemblyscript zome for now
  • Loading branch information
ddd-mtl authored Nov 7, 2018
2 parents 0f71f9b + b771044 commit d59cbe7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/cli/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ mod tests {
.assert()
.success();

Command::main_binary()
.unwrap()
.current_dir(&tmp.path())
.args(&["g", "zomes/zubblebat", "assemblyscript"])
.assert()
.success();
// TODO: We cannot test this since there is no complete implementation of hdk-assemblyscript
// Command::main_binary()
// .unwrap()
// .current_dir(&tmp.path())
// .args(&["g", "zomes/zubblebat", "assemblyscript"])
// .assert()
// .success();

}
}

0 comments on commit d59cbe7

Please sign in to comment.