Skip to content

Commit

Permalink
feat(tests): Add unit tests for frontend code (utils & stores)
Browse files Browse the repository at this point in the history
Important: Note that the tests are run with timezone **not** set to UTC,
this allows to test if there is a difference between local TZ and UTC.

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jul 12, 2023
1 parent d40312b commit 1c1ef7c
Show file tree
Hide file tree
Showing 16 changed files with 1,829 additions and 47 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Code coverge
.nyc_output/
coverage/

# Test output
cypress/screenshots/
cypress/videos/

# Locally installed packages
node_modules/
build/appstore/
vendor
vendor/

build/
*.cache
Loading

0 comments on commit 1c1ef7c

Please sign in to comment.