(debuggerType: DebuggerType, hasStarted = true)
| 7 | beforeEach("activate emptyFile", () => activate()); |
| 8 | |
| 9 | function startSession(debuggerType: DebuggerType, hasStarted = true) { |
| 10 | return startFakeDebugSession({ |
| 11 | debuggerType, |
| 12 | hasStarted, |
| 13 | id: "foo", |
| 14 | name: "Fake Debug Session (hot reloads on save tests)", |
| 15 | }); |
| 16 | } |
| 17 | |
| 18 | it("for Dart", async () => { |
| 19 | await setConfigForTest("dart", "hotReloadOnSave", "manual"); |
no test coverage detected