switch unit test framework to jest,

remove framework unittest,
add helper module to create unit testing environment
This commit is contained in:
Arthur Lu
2022-11-06 05:46:23 +00:00
parent d5a36a913e
commit ec305e667d
6 changed files with 127 additions and 169 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
**/.devcontainer/*
**/node_modules/*
**/package-lock.json