Searched refs:lightMode (Results 1 – 3 of 3) sorted by relevance
194 export let lightMode = false; variable197 lightMode = flag;236 const shouldAssertInvariants = !lightMode;
227 public readonly shouldAssertInvariants = !Harness.lightMode;
253 …const config: TestConfig = { light: lightMode, listenForWork: true, runUnitTests: Harness.runUnitT…