fix(tests): fix failing cypress tests and update cypress

* test: update cypress and migrate configs

* test: fix codeBlockLowlight test

* test: bump cypress actions
This commit is contained in:
Sven Adlung
2022-09-26 11:06:01 +02:00
committed by GitHub
parent 95842e18f6
commit 348383b96c
7 changed files with 31 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import { CodeBlockLowlight } from '@tiptap/extension-code-block-lowlight'
import { Document } from '@tiptap/extension-document'
import { Paragraph } from '@tiptap/extension-paragraph'
import { Text } from '@tiptap/extension-text'
import * as lowlight from 'lowlight'
import { lowlight } from 'lowlight'
describe('code block highlight', () => {
let Frontmatter