* Setup jest framework for unit tests

* Move tests to a separate package

* Remove test script
This commit is contained in:
Cohee
2024-07-10 00:45:39 +03:00
committed by GitHub
parent d5c2bf3781
commit 2cd85f1a51
7 changed files with 6073 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"verbose": true,
"transform": {},
"extensionsToTreatAsEsm": [],
"preset": "jest-puppeteer",
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
}