@@ -26,7 +26,7 @@ describe('split node', () => {
2626 } ;
2727 const action = {
2828 type : 'DOCUMENT/SPLIT_NODE' ,
29- payload : { target : 'nP3BBw00m' , mode : 'heading ' } ,
29+ payload : { target : 'nP3BBw00m' , mode : 'headings ' } ,
3030 } as const ;
3131 const output = {
3232 columns : [
@@ -229,7 +229,7 @@ describe('split node', () => {
229229 const inputClone = clone ( input ) ;
230230 const action = {
231231 type : 'DOCUMENT/SPLIT_NODE' ,
232- payload : { target : 'nO5aXT_Tq' , mode : 'heading ' } ,
232+ payload : { target : 'nO5aXT_Tq' , mode : 'headings ' } ,
233233 } as const ;
234234
235235 expect ( ( ) => splitNode ( input , action ) ) . toThrow (
@@ -268,7 +268,7 @@ describe('split node', () => {
268268 } ;
269269 const action = {
270270 type : 'DOCUMENT/SPLIT_NODE' ,
271- payload : { target : 'nO5aXT_Tq' , mode : 'heading ' } ,
271+ payload : { target : 'nO5aXT_Tq' , mode : 'headings ' } ,
272272 } as const ;
273273 const output = {
274274 columns : [
@@ -322,7 +322,7 @@ describe('split node', () => {
322322 const inputClone = clone ( input ) ;
323323 const action = {
324324 type : 'DOCUMENT/SPLIT_NODE' ,
325- payload : { target : 'nVPwysBOU' , mode : 'heading ' } ,
325+ payload : { target : 'nVPwysBOU' , mode : 'headings ' } ,
326326 } as const ;
327327
328328 expect ( ( ) => splitNode ( input , action ) ) . toThrow (
@@ -347,7 +347,7 @@ describe('split node', () => {
347347 const inputClone = clone ( input ) ;
348348 const action = {
349349 type : 'DOCUMENT/SPLIT_NODE' ,
350- payload : { target : 'nVPwysBOU' , mode : 'heading ' } ,
350+ payload : { target : 'nVPwysBOU' , mode : 'headings ' } ,
351351 } as const ;
352352
353353 expect ( ( ) => splitNode ( input , action ) ) . toThrow ( 'input has a section' ) ;
0 commit comments