split helpers and utilities
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import fromString from '@tiptap/core/src/utils/fromString'
|
||||
import fromString from '@tiptap/core/src/utilities/fromString'
|
||||
|
||||
describe('fromString', () => {
|
||||
it('should return a string', () => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import mergeAttributes from '@tiptap/core/src/utils/mergeAttributes'
|
||||
import mergeAttributes from '@tiptap/core/src/utilities/mergeAttributes'
|
||||
|
||||
describe('mergeAttributes', () => {
|
||||
it('should merge two objects', () => {
|
||||
|
||||
Reference in New Issue
Block a user