tldraw 3.16.0-canary.cb4562244982 → 3.16.0-canary.cb97f41de62b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuItem.js +1 -1
  3. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuItem.js.map +2 -2
  4. package/dist-cjs/lib/ui/version.js +3 -3
  5. package/dist-cjs/lib/ui/version.js.map +1 -1
  6. package/dist-esm/index.mjs +1 -1
  7. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuItem.mjs +1 -1
  8. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuItem.mjs.map +2 -2
  9. package/dist-esm/lib/ui/version.mjs +3 -3
  10. package/dist-esm/lib/ui/version.mjs.map +1 -1
  11. package/package.json +10 -33
  12. package/src/lib/shapes/arrow/ArrowShapeOptions.test.ts +2 -1
  13. package/src/lib/shapes/arrow/ArrowShapeTool.test.ts +4 -3
  14. package/src/lib/shapes/arrow/ArrowShapeUtil.test.ts +7 -6
  15. package/src/lib/shapes/draw/DrawShapeTool.test.ts +0 -5
  16. package/src/lib/shapes/line/LineShapeUtil.test.tsx +4 -3
  17. package/src/lib/shapes/line/__snapshots__/LineShapeUtil.test.tsx.snap +2 -2
  18. package/src/lib/shapes/text/TextShapeTool.test.ts +6 -5
  19. package/src/lib/ui/components/primitives/menus/TldrawUiMenuItem.tsx +2 -2
  20. package/src/lib/ui/version.ts +3 -3
  21. package/src/lib/utils/excalidraw/__snapshots__/putExcalidrawContent.test.tsx.snap +5 -5
  22. package/src/lib/utils/tldr/__snapshots__/buildFromV1Document.test.ts.snap +4 -4
  23. package/src/test/A11y.test.tsx +3 -2
  24. package/src/test/ClickManager.test.ts +7 -6
  25. package/src/test/Editor.test.tsx +20 -19
  26. package/src/test/EraserTool.test.ts +12 -11
  27. package/src/test/HandTool.test.ts +10 -9
  28. package/src/test/HighlightShape.test.ts +2 -1
  29. package/src/test/SelectTool.test.ts +3 -2
  30. package/src/test/TLUserPreferences.test.ts +4 -3
  31. package/src/test/TestEditor.ts +13 -15
  32. package/src/test/TldrawEditor.test.tsx +11 -10
  33. package/src/test/ZoomTool.test.ts +7 -6
  34. package/src/test/__snapshots__/drawing.test.ts.snap +2 -2
  35. package/src/test/__snapshots__/groups.test.tsx.snap +6 -6
  36. package/src/test/__snapshots__/resizing.test.ts.snap +2 -2
  37. package/src/test/arrows-megabus.test.tsx +5 -4
  38. package/src/test/bindings.test.tsx +24 -37
  39. package/src/test/bookmark-shapes.test.ts +1 -8
  40. package/src/test/commands/__snapshots__/getSvgString.test.ts.snap +23 -7
  41. package/src/test/commands/__snapshots__/packShapes.test.ts.snap +8 -8
  42. package/src/test/commands/__snapshots__/zoomToFit.test.ts.snap +2 -2
  43. package/src/test/commands/alignShapes.test.tsx +25 -24
  44. package/src/test/commands/animationSpeed.test.ts +2 -1
  45. package/src/test/commands/centerOnPoint.test.ts +3 -2
  46. package/src/test/commands/clipboard.test.ts +3 -2
  47. package/src/test/commands/createShapes.test.ts +2 -1
  48. package/src/test/commands/deleteShapes.test.ts +2 -1
  49. package/src/test/commands/distributeShapes.test.tsx +11 -10
  50. package/src/test/commands/getSvgString.test.ts +2 -1
  51. package/src/test/commands/packShapes.test.ts +5 -4
  52. package/src/test/commands/resizeShape.test.ts +2 -1
  53. package/src/test/commands/rotateShapes.test.ts +7 -6
  54. package/src/test/commands/setCamera.test.ts +4 -3
  55. package/src/test/commands/setCurrentPage.test.ts +3 -2
  56. package/src/test/commands/stackShapes.test.ts +11 -10
  57. package/src/test/commands/stretch.test.tsx +13 -12
  58. package/src/test/createDeepLink.test.tsx +2 -1
  59. package/src/test/cropping.test.ts +3 -2
  60. package/src/test/drawing.test.ts +2 -1
  61. package/src/test/flipShapes.test.ts +4 -3
  62. package/src/test/frames.test.ts +25 -24
  63. package/src/test/getCulledShapes.test.tsx +3 -2
  64. package/src/test/groups.test.tsx +1 -1
  65. package/src/test/handleDeepLink.test.tsx +2 -1
  66. package/src/test/maxShapes.test.ts +3 -2
  67. package/src/test/modifiers.test.ts +5 -4
  68. package/src/test/navigation.test.ts +12 -11
  69. package/src/test/panning.test.ts +2 -1
  70. package/src/test/perf/perf.test.ts +2 -1
  71. package/src/test/registerDeepLinkListener.test.tsx +10 -9
  72. package/src/test/resizing.test.ts +39 -38
  73. package/src/test/select.test.tsx +4 -3
  74. package/src/test/selection-omnibus.test.ts +11 -10
  75. package/src/test/shapeutils.test.ts +4 -3
  76. package/src/test/translating.test.ts +9 -8
@@ -1,6 +1,6 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
- exports[`putExcalidrawContent test fixtures bound-arrows.json 1`] = `
3
+ exports[`putExcalidrawContent test fixtures > bound-arrows.json 1`] = `
4
4
  {
5
5
  "binding:8": {
6
6
  "fromId": "shape:7",
@@ -173,7 +173,7 @@ exports[`putExcalidrawContent test fixtures bound-arrows.json 1`] = `
173
173
  }
174
174
  `;
175
175
 
176
- exports[`putExcalidrawContent test fixtures bound-elbow-arrows.json 1`] = `
176
+ exports[`putExcalidrawContent test fixtures > bound-elbow-arrows.json 1`] = `
177
177
  {
178
178
  "binding:7": {
179
179
  "fromId": "shape:6",
@@ -346,7 +346,7 @@ exports[`putExcalidrawContent test fixtures bound-elbow-arrows.json 1`] = `
346
346
  }
347
347
  `;
348
348
 
349
- exports[`putExcalidrawContent test fixtures image.json 1`] = `
349
+ exports[`putExcalidrawContent test fixtures > image.json 1`] = `
350
350
  {
351
351
  "asset:5": {
352
352
  "id": "asset:5",
@@ -404,7 +404,7 @@ exports[`putExcalidrawContent test fixtures image.json 1`] = `
404
404
  }
405
405
  `;
406
406
 
407
- exports[`putExcalidrawContent test fixtures line-drawing.json 1`] = `
407
+ exports[`putExcalidrawContent test fixtures > line-drawing.json 1`] = `
408
408
  {
409
409
  "document:document": {
410
410
  "gridSize": 10,
@@ -1,6 +1,6 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
- exports[`buildFromV1Document test fixtures arrow-binding.tldr 1`] = `
3
+ exports[`buildFromV1Document test fixtures > arrow-binding.tldr 1`] = `
4
4
  {
5
5
  "binding:12": {
6
6
  "fromId": "shape:11",
@@ -173,7 +173,7 @@ exports[`buildFromV1Document test fixtures arrow-binding.tldr 1`] = `
173
173
  }
174
174
  `;
175
175
 
176
- exports[`buildFromV1Document test fixtures exact-arrow-binding.tldr 1`] = `
176
+ exports[`buildFromV1Document test fixtures > exact-arrow-binding.tldr 1`] = `
177
177
  {
178
178
  "binding:11": {
179
179
  "fromId": "shape:10",
@@ -346,7 +346,7 @@ exports[`buildFromV1Document test fixtures exact-arrow-binding.tldr 1`] = `
346
346
  }
347
347
  `;
348
348
 
349
- exports[`buildFromV1Document test fixtures incorrect-arrow-binding.tldr 1`] = `
349
+ exports[`buildFromV1Document test fixtures > incorrect-arrow-binding.tldr 1`] = `
350
350
  {
351
351
  "binding:11": {
352
352
  "fromId": "shape:10",
@@ -1,16 +1,17 @@
1
1
  import { createShapeId, toRichText } from '@tldraw/editor'
2
+ import { Mock, vi } from 'vitest'
2
3
  import { generateShapeAnnouncementMessage } from '../lib/ui/components/A11y'
3
4
  import { TestEditor } from './TestEditor'
4
5
 
5
6
  describe('A11y Shape Announcements', () => {
6
7
  let editor: TestEditor
7
- let mockTranslate: jest.Mock
8
+ let mockTranslate: Mock
8
9
 
9
10
  beforeEach(() => {
10
11
  editor = new TestEditor()
11
12
 
12
13
  // Create a simple translation mock
13
- mockTranslate = jest.fn((key) => {
14
+ mockTranslate = vi.fn((key) => {
14
15
  if (key === 'a11y.multiple-shapes') return '{num} shapes selected'
15
16
  if (key === 'a11y.shape') return 'Shape'
16
17
  if (key === 'a11y.text') return 'Text'
@@ -1,3 +1,4 @@
1
+ import { vi } from 'vitest'
1
2
  import { TestEditor } from './TestEditor'
2
3
 
3
4
  let editor: TestEditor
@@ -10,7 +11,7 @@ beforeEach(() => {
10
11
  editor._transformPointerUpSpy.mockRestore()
11
12
  })
12
13
 
13
- jest.useFakeTimers()
14
+ vi.useFakeTimers()
14
15
 
15
16
  describe('Handles events', () => {
16
17
  it('Emits single click events', () => {
@@ -23,7 +24,7 @@ describe('Handles events', () => {
23
24
  const eventsBeforeSettle = [{ name: 'pointer_down' }, { name: 'pointer_up' }]
24
25
 
25
26
  // allow time for settle
26
- jest.advanceTimersByTime(500)
27
+ vi.advanceTimersByTime(500)
27
28
 
28
29
  // nothing should have settled
29
30
  expect(events).toMatchObject(eventsBeforeSettle)
@@ -64,7 +65,7 @@ describe('Handles events', () => {
64
65
  }
65
66
 
66
67
  // allow double click to settle
67
- jest.advanceTimersByTime(500)
68
+ vi.advanceTimersByTime(500)
68
69
 
69
70
  expect(events).toMatchObject([
70
71
  ...eventsBeforeSettle,
@@ -110,7 +111,7 @@ describe('Handles events', () => {
110
111
  expect(eventsBeforeSettle).toMatchObject(eventsBeforeSettle)
111
112
 
112
113
  // allow double click to settle
113
- jest.advanceTimersByTime(500)
114
+ vi.advanceTimersByTime(500)
114
115
 
115
116
  expect(events).toMatchObject([
116
117
  ...eventsBeforeSettle,
@@ -162,7 +163,7 @@ describe('Handles events', () => {
162
163
  expect(events).toMatchObject(eventsBeforeSettle)
163
164
 
164
165
  // allow double click to settle
165
- jest.advanceTimersByTime(500)
166
+ vi.advanceTimersByTime(500)
166
167
 
167
168
  expect(events).toMatchObject([
168
169
  ...eventsBeforeSettle,
@@ -218,7 +219,7 @@ describe('Handles events', () => {
218
219
  expect(events).toMatchObject(eventsBeforeSettle)
219
220
 
220
221
  // allow double click to settle
221
- jest.advanceTimersByTime(500)
222
+ vi.advanceTimersByTime(500)
222
223
 
223
224
  expect(events).toMatchObject(eventsBeforeSettle)
224
225
 
@@ -14,6 +14,7 @@ import {
14
14
  loadSnapshot,
15
15
  react,
16
16
  } from '@tldraw/editor'
17
+ import { vi } from 'vitest'
17
18
  import { TestEditor } from './TestEditor'
18
19
  import { TL } from './test-jsx'
19
20
 
@@ -415,24 +416,24 @@ describe('isFocused', () => {
415
416
  })
416
417
 
417
418
  it('becomes true when the container div receives a focus event', () => {
418
- jest.advanceTimersByTime(100)
419
+ vi.advanceTimersByTime(100)
419
420
  expect(editor.getInstanceState().isFocused).toBe(false)
420
421
 
421
422
  editor.elm.focus()
422
423
 
423
- jest.advanceTimersByTime(100)
424
+ vi.advanceTimersByTime(100)
424
425
  expect(editor.getInstanceState().isFocused).toBe(true)
425
426
  })
426
427
 
427
428
  it('becomes false when the container div receives a blur event', () => {
428
429
  editor.elm.focus()
429
430
 
430
- jest.advanceTimersByTime(100)
431
+ vi.advanceTimersByTime(100)
431
432
  expect(editor.getInstanceState().isFocused).toBe(true)
432
433
 
433
434
  editor.elm.blur()
434
435
 
435
- jest.advanceTimersByTime(100)
436
+ vi.advanceTimersByTime(100)
436
437
  expect(editor.getInstanceState().isFocused).toBe(false)
437
438
  })
438
439
 
@@ -444,13 +445,13 @@ describe('isFocused', () => {
444
445
  editor.elm.blur()
445
446
  const child = document.createElement('div')
446
447
  editor.elm.appendChild(child)
447
- jest.advanceTimersByTime(100)
448
+ vi.advanceTimersByTime(100)
448
449
  expect(editor.getInstanceState().isFocused).toBe(false)
449
450
  child.dispatchEvent(new FocusEvent('focusin', { bubbles: true }))
450
- jest.advanceTimersByTime(100)
451
+ vi.advanceTimersByTime(100)
451
452
  expect(editor.getInstanceState().isFocused).toBe(true)
452
453
  child.dispatchEvent(new FocusEvent('focusout', { bubbles: true }))
453
- jest.advanceTimersByTime(100)
454
+ vi.advanceTimersByTime(100)
454
455
  expect(editor.getInstanceState().isFocused).toBe(false)
455
456
  })
456
457
 
@@ -466,7 +467,7 @@ describe('isFocused', () => {
466
467
 
467
468
  child.dispatchEvent(new FocusEvent('focusout', { bubbles: true }))
468
469
 
469
- jest.advanceTimersByTime(100)
470
+ vi.advanceTimersByTime(100)
470
471
  expect(editor.getInstanceState().isFocused).toBe(false)
471
472
  })
472
473
  })
@@ -520,13 +521,13 @@ describe('getShapeUtil', () => {
520
521
  it('throws if that shape type isnt registered', () => {
521
522
  const myMissingShape = { type: 'missing' } as TLShape
522
523
  expect(() => editor.getShapeUtil(myMissingShape)).toThrowErrorMatchingInlineSnapshot(
523
- `"No shape util found for type "missing""`
524
+ `[Error: No shape util found for type "missing"]`
524
525
  )
525
526
  })
526
527
 
527
528
  it('throws if that type isnt registered', () => {
528
529
  expect(() => editor.getShapeUtil('missing')).toThrowErrorMatchingInlineSnapshot(
529
- `"No shape util found for type "missing""`
530
+ `[Error: No shape util found for type "missing"]`
530
531
  )
531
532
  })
532
533
  })
@@ -603,14 +604,14 @@ describe('snapshots', () => {
603
604
 
604
605
  describe('when the user prefers dark UI', () => {
605
606
  beforeEach(() => {
606
- window.matchMedia = jest.fn().mockImplementation((query) => {
607
+ window.matchMedia = vi.fn().mockImplementation((query) => {
607
608
  return {
608
609
  matches: query === '(prefers-color-scheme: dark)',
609
610
  media: query,
610
611
  onchange: null,
611
- addEventListener: jest.fn(),
612
- removeEventListener: jest.fn(),
613
- dispatchEvent: jest.fn(),
612
+ addEventListener: vi.fn(),
613
+ removeEventListener: vi.fn(),
614
+ dispatchEvent: vi.fn(),
614
615
  }
615
616
  })
616
617
  })
@@ -630,14 +631,14 @@ describe('when the user prefers dark UI', () => {
630
631
 
631
632
  describe('when the user prefers light UI', () => {
632
633
  beforeEach(() => {
633
- window.matchMedia = jest.fn().mockImplementation((query) => {
634
+ window.matchMedia = vi.fn().mockImplementation((query) => {
634
635
  return {
635
636
  matches: false,
636
637
  media: query,
637
638
  onchange: null,
638
- addEventListener: jest.fn(),
639
- removeEventListener: jest.fn(),
640
- dispatchEvent: jest.fn(),
639
+ addEventListener: vi.fn(),
640
+ removeEventListener: vi.fn(),
641
+ dispatchEvent: vi.fn(),
641
642
  }
642
643
  })
643
644
  })
@@ -722,7 +723,7 @@ describe('dragging', () => {
722
723
  })
723
724
 
724
725
  describe('getShapeVisibility', () => {
725
- const getShapeVisibility = jest.fn(((shape: TLShape) => {
726
+ const getShapeVisibility = vi.fn(((shape: TLShape) => {
726
727
  return shape.meta.visibility as any
727
728
  }) satisfies TldrawEditorProps['getShapeVisibility'])
728
729
 
@@ -1,9 +1,10 @@
1
1
  import { createShapeId } from '@tldraw/editor'
2
+ import { vi } from 'vitest'
2
3
  import { TestEditor } from './TestEditor'
3
4
 
4
5
  let editor: TestEditor
5
6
 
6
- jest.useFakeTimers()
7
+ vi.useFakeTimers()
7
8
 
8
9
  const ids = {
9
10
  box1: createShapeId('box1'),
@@ -304,7 +305,7 @@ describe('When clicking and dragging', () => {
304
305
 
305
306
  editor.expectToBeIn('eraser.erasing')
306
307
 
307
- jest.advanceTimersByTime(16)
308
+ vi.advanceTimersByTime(16)
308
309
  expect(editor.getInstanceState().scribbles.length).toBe(1)
309
310
 
310
311
  expect(editor.getErasingShapeIds()).toEqual([ids.box1])
@@ -330,7 +331,7 @@ describe('When clicking and dragging', () => {
330
331
  editor.expectToBeIn('eraser.idle')
331
332
  editor.pointerDown(-100, -100) // outside of any shapes
332
333
  editor.pointerMove(50, 50) // inside of box1
333
- jest.advanceTimersByTime(16)
334
+ vi.advanceTimersByTime(16)
334
335
  expect(editor.getInstanceState().scribbles.length).toBe(1)
335
336
  expect(editor.getErasingShapeIds()).toEqual([ids.box1])
336
337
  editor.cancel()
@@ -345,7 +346,7 @@ describe('When clicking and dragging', () => {
345
346
  editor.expectToBeIn('eraser.idle')
346
347
  editor.pointerDown(275, 275) // in between box2 AND box3, so over of the new group
347
348
  editor.pointerMove(280, 280) // still outside of the new group
348
- jest.advanceTimersByTime(16)
349
+ vi.advanceTimersByTime(16)
349
350
  expect(editor.getInstanceState().scribbles.length).toBe(1)
350
351
  expect(editor.getErasingShapeIds()).toEqual([])
351
352
  editor.pointerMove(0, 0)
@@ -360,7 +361,7 @@ describe('When clicking and dragging', () => {
360
361
  editor.setCurrentTool('eraser')
361
362
  editor.pointerDown(325, 25) // directly on frame1, not its children
362
363
  editor.pointerMove(350, 375) // still in the frame, passing through box3
363
- jest.advanceTimersByTime(16)
364
+ vi.advanceTimersByTime(16)
364
365
  expect(editor.getInstanceState().scribbles.length).toBe(1)
365
366
  expect(editor.getErasingShapeIds()).toEqual([ids.box3])
366
367
  editor.pointerUp()
@@ -374,7 +375,7 @@ describe('When clicking and dragging', () => {
374
375
  editor.pointerDown() // Above the masked part of box3
375
376
  expect(editor.getErasingShapeIds()).toEqual([])
376
377
  editor.pointerMove(425, 500) // Through the masked part of box3
377
- jest.advanceTimersByTime(16)
378
+ vi.advanceTimersByTime(16)
378
379
  expect(editor.getInstanceState().scribbles.length).toBe(1)
379
380
  expect(editor.getErasingShapeIds()).toEqual([])
380
381
  editor.pointerUp()
@@ -402,7 +403,7 @@ describe('When clicking and dragging', () => {
402
403
  editor.pointerDown(-100, -100)
403
404
  expect(editor.getInstanceState().scribbles.length).toBe(0)
404
405
  editor.pointerMove(50, 50)
405
- jest.advanceTimersByTime(16)
406
+ vi.advanceTimersByTime(16)
406
407
  expect(editor.getInstanceState().scribbles.length).toBe(1)
407
408
  editor.pointerMove(50, 50)
408
409
  editor.pointerMove(51, 50)
@@ -472,7 +473,7 @@ describe('When holding meta/ctrl key (accel key)', () => {
472
473
  editor.pointerDown(-100, -100) // outside of any shapes
473
474
  editor.pointerMove(99, 99) // next to box1 AND in box2
474
475
 
475
- jest.advanceTimersByTime(16)
476
+ vi.advanceTimersByTime(16)
476
477
  expect(editor.getInstanceState().scribbles.length).toBe(1)
477
478
 
478
479
  // Should include all shapes hit initially
@@ -505,7 +506,7 @@ describe('When holding meta/ctrl key (accel key)', () => {
505
506
  editor.pointerDown(-100, -100) // outside of any shapes
506
507
  editor.pointerMove(99, 99) // next to box1 AND in box2
507
508
 
508
- jest.advanceTimersByTime(16)
509
+ vi.advanceTimersByTime(16)
509
510
  expect(editor.getInstanceState().scribbles.length).toBe(1)
510
511
 
511
512
  // Should include all shapes hit initially
@@ -558,7 +559,7 @@ describe('When holding meta/ctrl key (accel key)', () => {
558
559
  editor.pointerDown(-100, -100) // outside of any shapes
559
560
  editor.pointerMove(99, 99) // next to box1 AND in box2
560
561
 
561
- jest.advanceTimersByTime(16)
562
+ vi.advanceTimersByTime(16)
562
563
  expect(editor.getInstanceState().scribbles.length).toBe(1)
563
564
 
564
565
  // Should include all shapes hit initially
@@ -589,7 +590,7 @@ describe('When holding meta/ctrl key (accel key)', () => {
589
590
  editor.pointerDown(-100, -100) // outside of any shapes
590
591
  editor.pointerMove(99, 99) // next to box1 AND in box2
591
592
 
592
- jest.advanceTimersByTime(16)
593
+ vi.advanceTimersByTime(16)
593
594
  expect(editor.getInstanceState().scribbles.length).toBe(1)
594
595
 
595
596
  // Should include all shapes hit initially
@@ -1,3 +1,4 @@
1
+ import { vi } from 'vitest'
1
2
  import { HandTool } from '../lib/tools/HandTool/HandTool'
2
3
  import { TestEditor, createDefaultShapes } from './TestEditor'
3
4
 
@@ -14,7 +15,7 @@ afterEach(() => {
14
15
  editor?.dispose()
15
16
  })
16
17
 
17
- jest.useFakeTimers()
18
+ vi.useFakeTimers()
18
19
 
19
20
  describe(HandTool, () => {
20
21
  it('Double taps to zoom in', () => {
@@ -22,9 +23,9 @@ describe(HandTool, () => {
22
23
  expect(editor.getZoomLevel()).toBe(1)
23
24
  editor.click()
24
25
  editor.click() // double click!
25
- jest.advanceTimersByTime(300)
26
+ vi.advanceTimersByTime(300)
26
27
  expect(editor.getZoomLevel()).not.toBe(1) // animating
27
- jest.advanceTimersByTime(300)
28
+ vi.advanceTimersByTime(300)
28
29
  expect(editor.getZoomLevel()).toBe(2) // all done
29
30
  })
30
31
 
@@ -34,9 +35,9 @@ describe(HandTool, () => {
34
35
  editor.click()
35
36
  editor.click()
36
37
  editor.click() // triple click!
37
- jest.advanceTimersByTime(300)
38
+ vi.advanceTimersByTime(300)
38
39
  expect(editor.getZoomLevel()).not.toBe(1) // animating
39
- jest.advanceTimersByTime(300)
40
+ vi.advanceTimersByTime(300)
40
41
  expect(editor.getZoomLevel()).toBe(0.5) // all done
41
42
  })
42
43
 
@@ -48,9 +49,9 @@ describe(HandTool, () => {
48
49
  editor.click()
49
50
  editor.click()
50
51
  editor.click() // quad click!
51
- jest.advanceTimersByTime(300)
52
+ vi.advanceTimersByTime(300)
52
53
  expect(editor.getZoomLevel()).not.toBe(2) // animating
53
- jest.advanceTimersByTime(300)
54
+ vi.advanceTimersByTime(300)
54
55
  expect(editor.getZoomLevel()).toBe(1) // all done
55
56
  })
56
57
 
@@ -62,9 +63,9 @@ describe(HandTool, () => {
62
63
  editor.click()
63
64
  editor.click()
64
65
  editor.click() // quad click!
65
- jest.advanceTimersByTime(300)
66
+ vi.advanceTimersByTime(300)
66
67
  expect(editor.getZoomLevel()).not.toBe(1) // animating
67
- jest.advanceTimersByTime(300)
68
+ vi.advanceTimersByTime(300)
68
69
  const z = editor.getZoomLevel()
69
70
  editor.zoomToFit() // call zoom to fit manually to compare
70
71
  expect(editor.getZoomLevel()).toBe(z) // zoom should not have changed
@@ -1,6 +1,7 @@
1
+ import { vi } from 'vitest'
1
2
  import { TestEditor } from './TestEditor'
2
3
 
3
- jest.useFakeTimers()
4
+ vi.useFakeTimers()
4
5
 
5
6
  let editor: TestEditor
6
7
 
@@ -7,6 +7,7 @@ import {
7
7
  createShapeId,
8
8
  toRichText,
9
9
  } from '@tldraw/editor'
10
+ import { vi } from 'vitest'
10
11
  import { TestEditor } from './TestEditor'
11
12
 
12
13
  let editor: TestEditor
@@ -18,7 +19,7 @@ const ids = {
18
19
  arrow1: createShapeId('arrow1'),
19
20
  }
20
21
 
21
- jest.useFakeTimers()
22
+ vi.useFakeTimers()
22
23
 
23
24
  beforeEach(() => {
24
25
  editor = new TestEditor()
@@ -160,7 +161,7 @@ describe('TLSelectTool.Translating', () => {
160
161
  // There's a timer here! We shouldn't end the clone until the timer is done
161
162
  expect(editor.getCurrentPageShapes().length).toBe(2)
162
163
 
163
- jest.advanceTimersByTime(250) // tick tock
164
+ vi.advanceTimersByTime(250) // tick tock
164
165
 
165
166
  // Timer is done! We should have ended the clone.
166
167
  expect(editor.getCurrentPageShapes().length).toBe(1)
@@ -1,4 +1,5 @@
1
1
  import { TLUserPreferences, atom, createTLUser } from '@tldraw/editor'
2
+ import { vi } from 'vitest'
2
3
  import { TestEditor } from './TestEditor'
3
4
 
4
5
  let editor: TestEditor
@@ -59,7 +60,7 @@ describe('TLUserPreferences', () => {
59
60
  locale: null,
60
61
  name: null,
61
62
  })
62
- const setUserPreferences = jest.fn((preferences) => userPreferences.set(preferences))
63
+ const setUserPreferences = vi.fn((preferences) => userPreferences.set(preferences))
63
64
 
64
65
  editor = new TestEditor({
65
66
  user: createTLUser({
@@ -80,7 +81,7 @@ describe('TLUserPreferences', () => {
80
81
  id: '123',
81
82
  name: 'blah',
82
83
  })
83
- const setUserPreferences = jest.fn((preferences) => userPreferences.set(preferences))
84
+ const setUserPreferences = vi.fn((preferences) => userPreferences.set(preferences))
84
85
 
85
86
  editor = new TestEditor({
86
87
  user: createTLUser({
@@ -101,7 +102,7 @@ describe('TLUserPreferences', () => {
101
102
  id: '123',
102
103
  name: 'blah',
103
104
  })
104
- const setUserPreferences = jest.fn((preferences) => userPreferences.set(preferences))
105
+ const setUserPreferences = vi.fn((preferences) => userPreferences.set(preferences))
105
106
 
106
107
  editor = new TestEditor({
107
108
  user: createTLUser({
@@ -34,6 +34,7 @@ import {
34
34
  rotateSelectionHandle,
35
35
  tlenv,
36
36
  } from '@tldraw/editor'
37
+ import { vi } from 'vitest'
37
38
  import { defaultBindingUtils } from '../lib/defaultBindingUtils'
38
39
  import { defaultShapeTools } from '../lib/defaultShapeTools'
39
40
  import { defaultShapeUtils } from '../lib/defaultShapeUtils'
@@ -42,7 +43,14 @@ import { defaultTools } from '../lib/defaultTools'
42
43
  import { defaultAddFontsFromNode, tipTapDefaultExtensions } from '../lib/utils/text/richText'
43
44
  import { shapesFromJsx } from './test-jsx'
44
45
 
45
- jest.useFakeTimers()
46
+ declare module 'vitest' {
47
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
48
+ interface Matchers<T = any> {
49
+ toCloselyMatchObject(expected: any, roundToNearest?: number): void
50
+ }
51
+ }
52
+
53
+ vi.useFakeTimers()
46
54
 
47
55
  Object.assign(navigator, {
48
56
  clipboard: {
@@ -55,16 +63,6 @@ Object.assign(navigator, {
55
63
  // @ts-expect-error
56
64
  window.ClipboardItem = class {}
57
65
 
58
- declare global {
59
- // eslint-disable-next-line @typescript-eslint/no-namespace
60
- namespace jest {
61
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
62
- interface Matchers<R> {
63
- toCloselyMatchObject(value: any, precision?: number): void
64
- }
65
- }
66
- }
67
-
68
66
  export class TestEditor extends Editor {
69
67
  constructor(
70
68
  options: Partial<Omit<TLEditorOptions, 'store'>> = {},
@@ -82,8 +80,8 @@ export class TestEditor extends Editor {
82
80
  right: 1080,
83
81
  }
84
82
  // make the app full screen for the sake of the insets property
85
- jest.spyOn(document.body, 'scrollWidth', 'get').mockImplementation(() => bounds.width)
86
- jest.spyOn(document.body, 'scrollHeight', 'get').mockImplementation(() => bounds.height)
83
+ vi.spyOn(document.body, 'scrollWidth', 'get').mockImplementation(() => bounds.width)
84
+ vi.spyOn(document.body, 'scrollHeight', 'get').mockImplementation(() => bounds.height)
87
85
 
88
86
  elm.tabIndex = 0
89
87
  elm.getBoundingClientRect = () => bounds as DOMRect
@@ -272,12 +270,12 @@ export class TestEditor extends Editor {
272
270
  * methods, or call mockRestore() to restore the actual implementation (e.g.
273
271
  * _transformPointerDownSpy.mockRestore())
274
272
  */
275
- _transformPointerDownSpy = jest
273
+ _transformPointerDownSpy = vi
276
274
  .spyOn(this._clickManager, 'handlePointerEvent')
277
275
  .mockImplementation((info) => {
278
276
  return info
279
277
  })
280
- _transformPointerUpSpy = jest
278
+ _transformPointerUpSpy = vi
281
279
  .spyOn(this._clickManager, 'handlePointerEvent')
282
280
  .mockImplementation((info) => {
283
281
  return info
@@ -12,6 +12,7 @@ import {
12
12
  noop,
13
13
  } from '@tldraw/editor'
14
14
  import { StrictMode } from 'react'
15
+ import { vi } from 'vitest'
15
16
  import { defaultShapeUtils } from '../lib/defaultShapeUtils'
16
17
  import { defaultTools } from '../lib/defaultTools'
17
18
  import { GeoShapeUtil } from '../lib/shapes/geo/GeoShapeUtil'
@@ -89,7 +90,7 @@ describe('<TldrawEditor />', () => {
89
90
  })
90
91
 
91
92
  it('throws if the store has different shapes to the ones passed in', async () => {
92
- const spy = jest.spyOn(console, 'error').mockImplementation(noop)
93
+ const spy = vi.spyOn(console, 'error').mockImplementation(noop)
93
94
  // expect(() =>
94
95
  // render(
95
96
  // <TldrawEditor
@@ -129,7 +130,7 @@ describe('<TldrawEditor />', () => {
129
130
 
130
131
  it('Accepts fresh versions of store and calls `onMount` for each one', async () => {
131
132
  const initialStore = createTLStore({ shapeUtils: [], bindingUtils: [] })
132
- const onMount = jest.fn()
133
+ const onMount = vi.fn()
133
134
  const rendered = await renderTldrawComponent(
134
135
  <TldrawEditor
135
136
  initialState="select"
@@ -139,8 +140,8 @@ describe('<TldrawEditor />', () => {
139
140
  />,
140
141
  { waitForPatterns: false }
141
142
  )
142
- const initialEditor = onMount.mock.lastCall[0]
143
- jest.spyOn(initialEditor, 'dispose')
143
+ const initialEditor = onMount.mock.lastCall![0]
144
+ vi.spyOn(initialEditor, 'dispose')
144
145
  expect(initialEditor.store).toBe(initialStore)
145
146
  // re-render with the same store:
146
147
  rendered.rerender(
@@ -161,7 +162,7 @@ describe('<TldrawEditor />', () => {
161
162
  await rendered.findAllByTestId('canvas')
162
163
  expect(initialEditor.dispose).toHaveBeenCalledTimes(1)
163
164
  expect(onMount).toHaveBeenCalledTimes(2)
164
- expect(onMount.mock.lastCall[0].store).toBe(newStore)
165
+ expect(onMount.mock.lastCall![0].store).toBe(newStore)
165
166
  })
166
167
 
167
168
  it('Renders the canvas and shapes', async () => {
@@ -227,7 +228,7 @@ describe('<TldrawEditor />', () => {
227
228
 
228
229
  it('renders correctly in strict mode', async () => {
229
230
  const editorInstances = new Set<Editor>()
230
- const onMount = jest.fn((editor: Editor) => {
231
+ const onMount = vi.fn((editor: Editor) => {
231
232
  editorInstances.add(editor)
232
233
  })
233
234
  await renderTldrawComponent(
@@ -245,7 +246,7 @@ describe('<TldrawEditor />', () => {
245
246
 
246
247
  it('allows updating camera options without re-creating the editor', async () => {
247
248
  const editors: Editor[] = []
248
- const onMount = jest.fn((editor: Editor) => {
249
+ const onMount = vi.fn((editor: Editor) => {
249
250
  if (!editors.includes(editor)) editors.push(editor)
250
251
  })
251
252
 
@@ -361,7 +362,7 @@ describe('<TldrawEditor />', () => {
361
362
  })
362
363
 
363
364
  it('passes through the `assets` prop when creating its own in-memory store', async () => {
364
- const myUploadFn = jest.fn()
365
+ const myUploadFn = vi.fn()
365
366
  const assetStore: TLAssetStore = { upload: myUploadFn }
366
367
 
367
368
  const { editor } = await renderTldrawComponentWithEditor(
@@ -375,7 +376,7 @@ describe('<TldrawEditor />', () => {
375
376
  })
376
377
 
377
378
  it('passes through the `assets` prop when using `persistenceKey`', async () => {
378
- const myUploadFn = jest.fn()
379
+ const myUploadFn = vi.fn()
379
380
  const assetStore: TLAssetStore = { upload: myUploadFn }
380
381
 
381
382
  const { editor } = await renderTldrawComponentWithEditor(
@@ -394,7 +395,7 @@ describe('<TldrawEditor />', () => {
394
395
  })
395
396
 
396
397
  it('will not re-create the editor if re-rendered with identical options', async () => {
397
- const onMount = jest.fn()
398
+ const onMount = vi.fn()
398
399
 
399
400
  const renderer = await renderTldrawComponent(
400
401
  <TldrawEditor onMount={onMount} options={{ maxPages: 1 }} />,