This commit is contained in:
Miodec 2022-02-10 01:57:01 +01:00
parent 1b82d8b27e
commit fc28e74307

View file

@ -24,7 +24,7 @@ import "./elements/scroll-to-top";
import * as TestStats from "./test/test-stats";
import * as Replay from "./test/replay";
import * as TestTimer from "./test/test-timer";
import * as Result from "./test/test-timer";
import * as Result from "./test/result";
//try to keep this list short because we need to eliminate it eventually
global.getuid = Misc.getuid;