File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/vue-split-panel/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { SplitPanel } from '../src';
44
55// There's a tsdown/vitest issue causing false positives here, so we skip these tests for now
66// => TypeError: Cannot define property split-panel, object is not extensible
7- describe . skip ( 'collapse' , ( ) => {
7+ describe . todo ( 'collapse' , ( ) => {
88 it ( 'collapses when collapsed is set to true' , ( ) => {
99 const wrapper = mount ( SplitPanel , {
1010 props : { collapsed : true } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { SplitPanel } from '../src';
44
55// There's a tsdown/vitest issue causing false positives here, so we skip these tests for now
66// => TypeError: Cannot define property split-panel, object is not extensible
7- describe . skip ( 'basic mounting and rendering' , ( ) => {
7+ describe . todo ( 'basic mounting and rendering' , ( ) => {
88 it ( 'mounts without crashing' , ( ) => {
99 const wrapper = mount ( SplitPanel ) ;
1010 expect ( wrapper . exists ( ) ) . toBe ( true ) ;
You can’t perform that action at this time.
0 commit comments