@@ -300,29 +300,29 @@ describe('Bootstrap Field Inputs', () => {
300300 } ) ;
301301
302302 } ) ;
303- /*
304- describe('Textarea', () => {
305- describe('functions', ()=>{
306- describeFunctions('textarea', 'textarea');
307- });
308- describe('classes & attributes', () => {
309- describeAttributes('textarea');
310- });
311- describe('conditional elements', ()=>{
312- describeConditional('textarea');
313- });
314303
315- it('layout', () => {
316- data.form.test.type = 'textarea';
317- createForm();
304+ describe ( 'Textarea' , ( ) => {
305+ describe ( 'functions' , ( ) => {
306+ describeFunctions ( 'textarea' , 'textarea' ) ;
307+ } ) ;
308+ describe ( 'classes & attributes' , ( ) => {
309+ describeAttributes ( 'textarea' ) ;
310+ } ) ;
311+ describe ( 'conditional elements' , ( ) => {
312+ describeConditional ( 'textarea' ) ;
313+ } ) ;
318314
319- let inputs = vm.$el.querySelectorAll('textarea');
320- let input = inputs[0];
315+ it ( 'layout' , ( ) => {
316+ data . fields [ 0 ] . type = 'textarea' ;
317+ createForm ( ) ;
321318
322- expect(inputs).to.be.length(1);
323- });
324- });
319+ let inputs = vm . $el . querySelectorAll ( 'textarea' ) ;
320+ let input = inputs [ 0 ] ;
325321
322+ expect ( inputs ) . to . be . length ( 1 ) ;
323+ } ) ;
324+ } ) ;
325+ /*
326326 describe("List", () => {
327327 describe('checkbox functions', ()=>{
328328 describeFunctions('list', 'input', 'checkbox', ['one']);
0 commit comments