Commit Graph

7 Commits

Author SHA1 Message Date
Arthur Lu
a6015aff3b implement basic linting with eslint,
fix linting errors in testenv module

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-08 03:09:10 +00:00
Arthur Lu
3043c6e157 fix locality issue in mocha unit tests,
move sample helper functions for localStorage unit testing

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-08 01:33:35 +00:00
Arthur Lu
0f622d16de switch to mocha for test latency improvements
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-08 00:00:15 +00:00
Arthur Lu
b680b83dcc switch toBe to toStrictEqual in testenv.test.js 2022-11-07 21:17:05 +00:00
Arthur Lu
f5b2953c33 fix testenv unit test naming 2022-11-06 22:53:14 +00:00
Arthur Lu
2d4f8e48c2 move package.json to root dir 2022-11-06 22:39:30 +00:00
Arthur Lu
ec305e667d switch unit test framework to jest,
remove framework unittest,
add helper module to create unit testing environment
2022-11-06 05:46:23 +00:00