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

@@ -9,3 +9,5 @@ export const inRange = (from, to, value) => {
return value
}
export default { inRange }