tape test basic setup

This commit is contained in:
jywarren
2017-01-09 20:51:47 -05:00
parent 61ac740993
commit ce41dfea59
8 changed files with 627 additions and 149223 deletions

View File

@@ -19,8 +19,19 @@ module.exports = function UserInterface(options) {
}
}
// method to remove the UI for a given method, and remove the step
function remove() {
}
// method to reorder steps, and update the UI
//function move() {
//}
return {
create: create
create: create,
remove: remove
}
}