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.
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 secondplayinvocation init("player one wins").Apologies if this is something dumb I'm doing.