mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Tests (#2499)
* Setup jest framework for unit tests * Move tests to a separate package * Remove test script
This commit is contained in:
2
tests/jest.setup.js
Normal file
2
tests/jest.setup.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// Initialize global variables for Jest tests here
|
||||
global.ST_URL = 'http://localhost:8000';
|
Reference in New Issue
Block a user