clean up
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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], %)
|
||||
|
||||
Reference in New Issue
Block a user