* MVP tests for hass-util.html * MVP util.js to allow individual JS function export * Use mocha to unit test js logic * Isolate mocha test directory * Move mocha opts to separate file * Default export of util function * Use reify for mocha tests instead of babel
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
-r reify
|
|
--recursive
|
|
--compilers js:babel-core/register
|
|
--timeout 10000
|
|
test-mocha
|