File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/form-js-playground/test/spec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ describe('JSONEditor', function () {
125
125
} ) ;
126
126
} ) ;
127
127
128
- it ( 'should add comma after property name completion' , async function ( ) {
128
+ it . skip ( 'should add comma after property name completion' , async function ( ) {
129
129
// given
130
130
const initialValue = '{"foo": "bar",}' ;
131
131
const variables = [ 'amount' , 'baz' ] ;
@@ -217,7 +217,7 @@ describe('JSONEditor', function () {
217
217
} ) ;
218
218
} ) ;
219
219
220
- it ( 'should suggest property value completions' , async function ( ) {
220
+ it . skip ( 'should suggest property value completions' , async function ( ) {
221
221
// given
222
222
const initialValue = '{ "prop": }' ;
223
223
const editor = new JSONEditor ( ) ;
You can’t perform that action at this time.
0 commit comments