mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 00:46:38 +01:00
2cd85f1a51
* Setup jest framework for unit tests * Move tests to a separate package * Remove test script
3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
// Initialize global variables for Jest tests here
|
|
global.ST_URL = 'http://localhost:8000';
|