Unless you are using a monolithic framework like Rails which forces you to load the entire framework to run your tests (I don't know of any NodeJS frameworks like this), you probably do not need something like spork.
Also, I would suggest you have a look at a simpler test tool such as tape.