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';
|