mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 08:57:11 +01:00
2cd85f1a51
* Setup jest framework for unit tests * Move tests to a separate package * Remove test script
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"verbose": true,
|
|
"transform": {},
|
|
"extensionsToTreatAsEsm": [],
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest.setup.js"
|
|
]
|
|
}
|