rejas
f84f590f1d
Start filling last gaps of jsdoc
2021-08-03 08:25:57 +02:00
rejas
53720ae8ae
Fix some eslint issues in the tests
2021-07-14 10:41:29 +02:00
veeck
39aa2dfe01
Run linter over all files again
2021-07-14 10:41:29 +02:00
karsten13
ebb5dee1fc
run prettier
2021-06-17 23:19:57 +02:00
Karsten Hassel
d9edaffd9c
reset changes on js/logger.js, mock logger.js in global_vars tests, workaround for failing dev_console test
2021-06-17 22:50:26 +02:00
Karsten Hassel
2af4009a93
change missing translations log, disable console.log in unit tests
2021-06-12 22:26:02 +02:00
Karsten Hassel
a5f7c946cc
jest setup changes, increase setMaxListeners, disable console.log in tests/unit/global_vars
2021-06-12 21:26:08 +02:00
karsten13
1a244726aa
run prettier
2021-06-11 22:24:21 +02:00
Karsten Hassel
044935a164
add jest options
2021-06-11 22:18:05 +02:00
Karsten Hassel
0e14d3d6e8
snapshot e2e
2021-06-09 00:19:43 +02:00
Karsten Hassel
16bbb42b8d
remove chai from unit tests
2021-06-08 00:47:15 +02:00
Karsten Hassel
66759a33fa
unit tests
2021-06-07 00:16:53 +02:00
rejas
fb8bd657de
Move weatherforecast mock data in better suited directory
2021-04-27 13:14:07 +02:00
rejas
d736dd92be
Use es6 notation in tests
2021-04-18 14:51:28 +02:00
rejas
5e6cbeb9ba
Convert some code to es6
2021-03-14 10:40:14 +01:00
Ashish Tank
4966d6c920
Fixed Unit test case error for #2221
2021-01-14 19:10:04 +01:00
Ashish Tank
2c3e8533c7
Issue #2221 - Weather forecast always shows night icons in day time
2021-01-10 16:24:46 +01:00
Felix Wiedenbach
a9a70fd2e9
linting and fix defualt module test
2021-01-05 20:04:02 +01:00
Jake Mulley
a6386bd60e
Update npm packages and resolve package changes
2020-11-08 21:18:19 +00:00
rejas
8fa858ca8c
Cleanup test descriptions
2020-07-18 22:16:44 +02:00
Michael Teeuw
29ed63286c
Merge pull request #2089 from rejas/newsfeed
...
Cleaned up newsfeed module code
2020-07-17 16:28:44 +02:00
rejas
b9ccb7a892
Add new test to see if coverage improves
...
it does :-)
calendar.js | 8.97 | 9.57 | 11.54 | 8.7 | 63-413,446-659,690-693,699,733-771
->
calendar.js | 9.97 | 10.64 | 11.54 | 9.7 | 63-413,446-659,699,733-771
2020-07-15 13:15:03 +02:00
rejas
8dc88fe64b
Remove unused helper function and its unit test
2020-07-12 10:32:16 +02:00
rejas
2d7c5a827f
Cleanup test expectation
2020-07-09 20:44:52 +02:00
Veeck
85c32ef843
Use const in test requires
2020-07-09 20:30:43 +02:00
rejas
dc089d7db9
Remove stripCommentsFromJson code and test
...
Since we dont allow comments in the json anymore anyway
2020-07-09 20:30:26 +02:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
Veeck
c8a0f1d0de
Fix some more undefs that popped up out of nowhere
2020-05-05 14:54:49 +02:00
rejas
5a4ae99283
Add no-multi-spaces rule to eslint and run it
2020-03-15 15:49:34 +01:00
rejas
702b98f510
Cleanup imports
2019-06-04 10:43:06 +02:00
rejas
69aafd7d6a
Fix missing ; and == and some missing vars
2019-06-04 10:19:25 +02:00
fewieden
38f7716738
linting
2018-02-17 09:20:34 +01:00
fewieden
3ccdb64833
deprecated unit tests
2018-02-16 22:09:15 +01:00
fewieden
78d8bff599
clone array, clone nested object, add safe checks for objects (memory address)
2018-02-16 19:58:28 +01:00
fewieden
a756fed70b
fixed and reenabled lockstring test
2018-02-16 08:43:27 +01:00
fewieden
3e2a1e3548
linting
2018-02-16 00:08:11 +01:00
fewieden
96b2f2b3a4
clone object unit test
2018-02-16 00:01:02 +01:00
fewieden
d81d7d4f68
compare version unit test
2018-02-15 23:53:57 +01:00
fewieden
20244c4fb5
translations integration test
2018-02-15 23:22:52 +01:00
fewieden
d709a44960
strip comments unit test
2018-02-13 07:17:46 +01:00
fewieden
d775bc9d7e
loadCoreTranslationsFallback unit test
2018-02-11 09:08:09 +01:00
fewieden
ad3eac9ddb
loadcoretransations unit test
2018-02-11 08:58:02 +01:00
fewieden
26be14ba67
load unit test
2018-02-10 20:33:22 +01:00
fewieden
305d60e09b
translator unit tests
2018-02-10 12:32:43 +01:00
fewieden
d0029efd02
utils unit tests
2018-02-10 12:30:33 +01:00
fewieden
fb4d42bf5b
moved test
2018-02-10 12:28:30 +01:00
Michael Teeuw
710ab44073
Merge pull request #1014 from roramirez/tests/unit/weatherforecast
...
Add roundValue unit test function weatherforecast module:
2017-09-07 10:07:28 +02:00
Rodrigo Ramírez Norambuena
1456aeedf2
TestSuite: Show the missing strings for translations files.
...
In the translations test now when are missing some translations for
determinated language will be show the missing string.
This can help to identified and improved the translations files.
/me listening STP: Silvergun superman
2017-08-28 21:31:01 -03:00
Michael Teeuw
c976242ce5
Merge branch 'develop' into unittests/calendar
2017-08-10 16:27:00 +02:00
Michael Teeuw
de8db1a86d
Merge branch 'develop' into test-unit-js-class
2017-08-10 12:15:23 +02:00