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
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "sillytavern-tests",
|
|
"type": "module",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-jest": "^28.6.0",
|
|
"jest": "^29.7.0",
|
|
"jest-puppeteer": "^10.0.1"
|
|
}
|
|
}
|