* 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
30 lines
316 B
Plaintext
30 lines
316 B
Plaintext
build/*
|
|
build-temp/*
|
|
build-es5/*
|
|
build-temp-es5/*
|
|
build-translations/*
|
|
node_modules/*
|
|
bower_components/*
|
|
npm-debug.log
|
|
.DS_Store
|
|
hass_frontend/*
|
|
hass_frontend_es5/*
|
|
.reify-cache
|
|
|
|
# Python stuff
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# venv stuff
|
|
pyvenv.cfg
|
|
pip-selfcheck.json
|
|
venv
|
|
.venv
|
|
lib
|
|
bin
|
|
dist
|
|
|
|
# Secrets
|
|
.lokalise_token
|