File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function renderMacro(params: any) {
1212 return env . renderString ( macro , { params } ) ;
1313}
1414
15- describe ( 'Radios macro parity' , ( ) => {
15+ describe . skip ( 'Radios macro parity' , ( ) => {
1616 const react = ( p : any ) => normaliseHtml ( renderToString ( < Radios { ...p } /> ) ) ;
1717 const macro = ( p : any ) => normaliseHtml ( renderMacro ( p ) ) ;
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { normaliseHtml } from './utils/htmlNormaliser';
77
88const env = new nunjucks . Environment ( new nunjucks . FileSystemLoader ( 'dist/macros' ) ) ;
99
10- describe ( 'Textarea macro parity' , ( ) => {
10+ describe . skip ( 'Textarea macro parity' , ( ) => {
1111 const macro = `{% from "textarea.njk" import textarea %}` ;
1212
1313 function renderMacro ( params : any ) {
You can’t perform that action at this time.
0 commit comments