tiptap/tests/cypress/integration/core
Nick Perez 2ea807d1db
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
build / build (20) (push) Has been cancelled
fix(core): getMarkRange match only the current mark of a type #3872 (#5826)
2024-11-17 18:35:59 +01:00
..
can.spec.ts fix(core) Nested chain not preserving dispatch state (#4152) 2023-07-07 11:20:29 +02:00
createNodeFromContent.spec.ts fix(core): check schema's nesting rules on contentCheck (#5500) (#5535) 2024-08-21 22:44:17 +02:00
editorProps.spec.ts refactoring 2021-08-09 17:24:18 +02:00
extendExtensions.spec.ts fix(core): configuring extensions should add to the parent's options not replace them (#5357) 2024-07-17 09:06:41 +02:00
extendMarkRange.spec.ts fix lint errors 2021-05-28 15:16:33 +02:00
extensionOptions.spec.ts fix(core): configure should use the parent of the current instance, to avoid duplication (#5147) 2024-05-14 14:45:03 +02:00
fromString.spec.ts Fix #3435 - CommonJS and ESM loading confusion (#3436) 2022-11-24 16:06:42 +01:00
generateHTML.spec.ts add a test for the core utility 2021-05-05 23:14:57 +02:00
generateJSON.spec.ts fix typo 2021-05-05 21:33:39 +02:00
generateText.spec.ts fix: unexpected renderText() for contentful nodes (#3410) 2024-04-06 01:29:46 +02:00
getMarkRange.spec.ts fix(core): getMarkRange match only the current mark of a type #3872 (#5826) 2024-11-17 18:35:59 +01:00
getTextContentFromNodes.spec.ts fix(core): take atom content entirely (#5321) 2024-07-19 13:49:15 +02:00
isActive.spec.ts add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862) 2022-06-08 14:10:25 +02:00
isNodeEmpty.spec.ts feat(core): add ignoreWhitespace option to isNodeEmpty (#5446) 2024-08-06 10:05:50 +02:00
mergeAttributes.spec.ts build: type defs only emit for a single package's code (#5665) 2024-09-26 14:51:00 +02:00
mergeDeep.spec.ts fix(core): mergeDeep now can merge nulls (#4088) 2024-06-12 08:36:44 +02:00
onContentError.spec.ts feat: in a collab setting, disable transactions that are trying to sync invalid content (#5207) 2024-10-21 17:15:06 +02:00
pluginOrder.spec.ts fix: fix order of executed plugins, fix #1547 2021-10-03 18:55:33 +02:00