diff --git a/e2e/playwright/sketch-tests.spec.ts b/e2e/playwright/sketch-tests.spec.ts index afa12c073..1a017d2ab 100644 --- a/e2e/playwright/sketch-tests.spec.ts +++ b/e2e/playwright/sketch-tests.spec.ts @@ -9,7 +9,6 @@ import { tearDown, } from './test-utils' import { uuidv4, roundOff } from 'lib/utils' -import { a } from 'vitest/dist/suite-IbNSsUWN' test.beforeEach(async ({ context, page }, testInfo) => { await setup(context, page, testInfo) diff --git a/src/lang/modifyAst.test.ts b/src/lang/modifyAst.test.ts index 476cb0bac..aa067e9dd 100644 --- a/src/lang/modifyAst.test.ts +++ b/src/lang/modifyAst.test.ts @@ -920,7 +920,7 @@ sketch002 = startSketchOn({ ) }) -describe.only('Testing splitPipedProfile', () => { +describe('Testing splitPipedProfile', () => { it('should split the pipe expression correctly', () => { const codeBefore = `part001 = startSketchOn('XZ') |> startProfileAt([1, 2], %)