Added unit tests for "parser.js" and "util.js"

This commit is contained in:
euvl
2017-08-07 16:07:57 +01:00
parent 72f5222e4b
commit 0089717a8c
10 changed files with 186 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
var testsContext = require.context('.', true, /\.spec$/)
testsContext.keys().forEach(testsContext)