Skip to content

Commit

Permalink
adding breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Feb 14, 2024
1 parent 0d7ffaa commit 329ac4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions editor/src/components/canvas/canvas-bugs.spec.browser2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ export var storyboard = (
)
`

// eslint-disable-next-line jest/no-disabled-tests
xdescribe('Deliberately breaking test', () => {
// eslint-disable-next-line jest/expect-expect
it('breaks', () => {
throw new Error("help me, I shouldn't be running!")
})
})

describe('Overflowing elements', () => {
async function checkOverflowingDragBehaviour(
mouseOperations: (renderResult: EditorRenderResult) => Promise<void>,
Expand Down

0 comments on commit 329ac4f

Please sign in to comment.