diff --git a/src/integration-tests/stepping-granularity.spec.ts b/src/integration-tests/stepping-granularity.spec.ts index 9204d215..6e3a510b 100644 --- a/src/integration-tests/stepping-granularity.spec.ts +++ b/src/integration-tests/stepping-granularity.spec.ts @@ -24,12 +24,12 @@ interface StackStateCheck { line: number; } -describe('Stepping', async function() { +describe('Stepping', async function () { let dc: CdtDebugClient; const steppingProgram = path.join(testProgramsDir, 'stepping'); const steppingSource = path.join(testProgramsDir, 'stepping.c'); - beforeEach(async function() { + beforeEach(async function () { dc = await standardBeforeEach(); await dc.hitBreakpoint(