Skip to content

Commit

Permalink
More stub testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 24, 2021
1 parent a965755 commit 20bf3f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/experiments/code/stub/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ console.log("Loading stub file.");
(async () => {
console.log("asyncey");
console.log("from stub", (await randomScrambleForEvent("333")).toString());
console.log("from stub", (await randomScrambleForEvent("333")).toString());
console.log("from stub", (await randomScrambleForEvent("333")).toString());
console.log("from stub", (await randomScrambleForEvent("333")).toString());
console.log("from stub", (await randomScrambleForEvent("clock")).toString());
console.log("from stub", (await randomScrambleForEvent("minx")).toString());
console.log("from stub", (await randomScrambleForEvent("444")).toString());
console.log("from stub", (await randomScrambleForEvent("444")).toString());
console.log("from stub", (await randomScrambleForEvent("444")).toString());
console.log("from stub", (await randomScrambleForEvent("222")).toString());
// console.log("from stub", (await randomScrambleForEvent("444")).toString());
})();

0 comments on commit 20bf3f7

Please sign in to comment.