diff --git a/pickadate/pickadate-tests.ts b/pickadate/pickadate-tests.ts index 91ffe7e4c3..21bc5b074f 100644 --- a/pickadate/pickadate-tests.ts +++ b/pickadate/pickadate-tests.ts @@ -794,6 +794,3 @@ picker.on('open', function (data) { console.log('This logs without opening with this data:', data); }); picker.trigger('open', { some: 'value' }); - -picker.$node; -picker.$root;