You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to execute tic-tac-toe.ts , the program throws an unknown singer error.
This happens the first time an invocation to play() is called with playerTwo. All code being used is exactly as represented in this repo with the exception of commenting out tests after the second play invocation in it("player one wins").
Apologies if this is something dumb I'm doing.
The text was updated successfully, but these errors were encountered:
When attempting to execute
tic-tac-toe.ts
, the program throws an unknown singer error.This happens the first time an invocation to play() is called with
playerTwo
. All code being used is exactly as represented in this repo with the exception of commenting out tests after the secondplay
invocation init("player one wins")
.Apologies if this is something dumb I'm doing.
The text was updated successfully, but these errors were encountered: