@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
16 lines • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const script = [
'Look at us go! 😄',
"I'm about to setup testing.",
'Real testing.',
'Remember the whole 3 Laws of Test Driven Development thing? You are def gonna wanna watch this before continuing -> https://youtu.be/qkblc5WRn-U',
'Ok, getting down off my robot soapbox.',
'Next thing I gotta do is install some more dependencies (I know right?).',
'You ready to go?',
async (player) => {
await player.ui.waitForEnter('');
},
];
exports.default = script;
//# sourceMappingURL=todo.test.script.js.map