~Maybe~ (Lee: ABSOLUTELY) use biome (#6327)
* maybe use biome * import organising * Removed unused new fmt commands; fix to not use linter * Don't use fmt:generated - fmt is fast, but also use Makefile for this sort of thing --------- Co-authored-by: lee-at-zoo-corp <lee@zoo.dev>
This commit is contained in:
		@ -126,8 +126,9 @@ test.describe('Test network and connection issues', () => {
 | 
			
		||||
      await page.mouse.click(startXPx + PUR * 20, 500 - PUR * 10)
 | 
			
		||||
      await page.waitForTimeout(100)
 | 
			
		||||
 | 
			
		||||
      await expect(page.locator('.cm-content'))
 | 
			
		||||
        .toHaveText(`sketch001 = startSketchOn(XZ)profile001 = startProfileAt(${commonPoints.startAt}, sketch001)
 | 
			
		||||
      await expect(
 | 
			
		||||
        page.locator('.cm-content')
 | 
			
		||||
      ).toHaveText(`sketch001 = startSketchOn(XZ)profile001 = startProfileAt(${commonPoints.startAt}, sketch001)
 | 
			
		||||
      |> xLine(length = ${commonPoints.num1})`)
 | 
			
		||||
 | 
			
		||||
      // Expect the network to be up
 | 
			
		||||
@ -215,7 +216,8 @@ test.describe('Test network and connection issues', () => {
 | 
			
		||||
      await page.waitForTimeout(100)
 | 
			
		||||
      // Ensure we can continue sketching
 | 
			
		||||
      await page.mouse.click(startXPx + PUR * 20, 500 - PUR * 20)
 | 
			
		||||
      await expect.poll(u.normalisedEditorCode)
 | 
			
		||||
      await expect
 | 
			
		||||
        .poll(u.normalisedEditorCode)
 | 
			
		||||
        .toBe(`sketch001 = startSketchOn(XZ)
 | 
			
		||||
profile001 = startProfileAt([12.34, -12.34], sketch001)
 | 
			
		||||
  |> xLine(length = 12.34)
 | 
			
		||||
@ -225,7 +227,8 @@ profile001 = startProfileAt([12.34, -12.34], sketch001)
 | 
			
		||||
      await page.waitForTimeout(100)
 | 
			
		||||
      await page.mouse.click(startXPx, 500 - PUR * 20)
 | 
			
		||||
 | 
			
		||||
      await expect.poll(u.normalisedEditorCode)
 | 
			
		||||
      await expect
 | 
			
		||||
        .poll(u.normalisedEditorCode)
 | 
			
		||||
        .toBe(`sketch001 = startSketchOn(XZ)
 | 
			
		||||
profile001 = startProfileAt([12.34, -12.34], sketch001)
 | 
			
		||||
  |> xLine(length = 12.34)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user