tiptap/tests/cypress/integration/core
Cameron Hessler 17a41da5a7
fix(core): Can() does not work for setting marks (#3223)
Previously, setting marks did no schema validation checks for dry runs
(like the `.can()` command). The `setMark` raw command will now properly
check if the mark is possible to be set given the editor node/mark
schema.

Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 14:56:25 +02:00
..
can.spec.ts fix(core): Can() does not work for setting marks (#3223) 2022-09-26 14:56:25 +02:00
editorProps.spec.ts refactoring 2021-08-09 17:24:18 +02:00
extendExtensions.spec.ts refactor: Use named exports instead of default exports (#2238) 2021-12-06 12:00:09 +01:00
extendMarkRange.spec.ts fix lint errors 2021-05-28 15:16:33 +02:00
extensionOptions.spec.ts fix: remove defaultOptions fallback, fix #2219 2021-12-02 20:04:45 +01:00
fromString.spec.ts refactor: Use named exports instead of default exports (#2238) 2021-12-06 12:00:09 +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
isActive.spec.ts add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862) 2022-06-08 14:10:25 +02:00
mergeAttributes.spec.ts refactor: Use named exports instead of default exports (#2238) 2021-12-06 12:00:09 +01:00
mergeDeep.spec.ts refactor: Use named exports instead of default exports (#2238) 2021-12-06 12:00:09 +01:00
pluginOrder.spec.ts fix: fix order of executed plugins, fix #1547 2021-10-03 18:55:33 +02:00