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

dont gen assemblyscript zome for now #90

Merged
merged 1 commit into from
Nov 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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();

}
}