importing dependecy problem #2712
Labels
stale
this has been inactive for a while...
status: waiting for author
waiting on response from OP - more information needed
type: question
support question
Hello.I have a node.js app which works correctly.When i try to run some tests that i have written
i get Class extends value undefined is not a function or null.When i try to run the tests via webstorm i get
'class TennisGame extends Game.Game' that Game is an empty object.I'm using const Game = require("./Game.js"); which works correctly on runtime(when i run via node the application).
What am i missing? Thanks!
The text was updated successfully, but these errors were encountered: