Y
Hacker News
new
|
ask
|
show
|
jobs
by
ulisesrmzroche
4500 days ago
When writing tests, the key to remember is to write what you wish you had. Othe than that, are you on Express.js? Also, have you ever tried QUnit?
1 comments
elsbree
4500 days ago
Yes, we're using Express.js. QUnit looks interesting, I think I'll start with it. Is it pretty standard to just have an HTML file that runs all your client-side tests?
link
davidjnelson
4500 days ago
I'd recommend using grunt and karma and avoiding having to list all the files you want to test in an html file.
link