Initial commit.

This commit is contained in:
Simon Weidacher
2022-12-16 02:21:02 +01:00
commit 8c7dde575f
5 changed files with 136 additions and 0 deletions

3
jest.config.json Normal file
View File

@@ -0,0 +1,3 @@
{
"testEnvironment" : "jsdom"
}