SillyTavern/tests/jest.setup.js
Cohee 2cd85f1a51
Tests (#2499)
* Setup jest framework for unit tests

* Move tests to a separate package

* Remove test script
2024-07-10 00:45:39 +03:00

3 lines
92 B
JavaScript

// Initialize global variables for Jest tests here
global.ST_URL = 'http://localhost:8000';