Start adding a real unit test framework.

This commit is contained in:
Ruben Vermeersch
2013-12-17 14:37:17 +01:00
parent fe2e17990a
commit ac519bfaf5
5 changed files with 338 additions and 5 deletions

View File

@@ -10,5 +10,10 @@
"boss": true,
"eqnull": true,
"node": true,
"white": true
"white": true,
"predef": [
"describe",
"it",
"before"
]
}