File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11var Comb = process . env . TEST_COV ? require ( '../../../lib-cov/csscomb' ) : require ( '../../../lib/csscomb' ) ;
22var assert = require ( 'assert' ) ;
33
4- describe . skip ( 'csscomb methods' , function ( ) {
4+ describe ( 'csscomb methods' , function ( ) {
55 var comb ;
66 var input ;
77 var output ;
Original file line number Diff line number Diff line change 11var assert = require ( 'assert' ) ;
22
3- describe . skip ( 'csscomb methods' , function ( ) {
3+ describe ( 'csscomb methods' , function ( ) {
44 it ( 'getConfig()' , function ( ) {
55 var config = require ( '../../../config/csscomb.json' ) ;
66
Original file line number Diff line number Diff line change 1- describe . skip ( 'LESS' , function ( ) {
1+ describe ( 'LESS' , function ( ) {
22 beforeEach ( function ( ) {
33 this . comb . configure ( { } ) ;
44 } ) ;
Original file line number Diff line number Diff line change 1- describe . skip ( 'SCSS' , function ( ) {
1+ describe ( 'SCSS' , function ( ) {
22 beforeEach ( function ( ) {
33 this . comb . configure ( { } ) ;
44 } ) ;
Original file line number Diff line number Diff line change 11var assert = require ( 'assert' ) ;
22
3- describe . skip ( '.use()' , function ( ) {
3+ describe ( '.use()' , function ( ) {
44 it ( 'Should set predefined options in correct order' , function ( ) {
55 var config = this . Comb . getConfig ( 'csscomb' ) ;
66 this . comb . configure ( config ) ;
You can’t perform that action at this time.
0 commit comments