pythongosssss
11 months ago
3 changed files with 12 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
const { start } = require("./utils"); |
||||||
|
const lg = require("./utils/litegraph"); |
||||||
|
|
||||||
|
// Load things once per test file before to ensure its all warmed up for the tests
|
||||||
|
beforeAll(async () => { |
||||||
|
lg.setup(global); |
||||||
|
await start({ resetEnv: true }); |
||||||
|
lg.teardown(global); |
||||||
|
}); |
Loading…
Reference in new issue