@@ -43,7 +43,7 @@ describe('suitcss', function() {
4343 'minify' ,
4444 'use' ,
4545 'lint' ,
46- 'postcss-import' ,
46+ 'postcss-easy- import' ,
4747 'postcss-reporter' ,
4848 'cssnano'
4949 ] ;
@@ -55,7 +55,7 @@ describe('suitcss', function() {
5555
5656 it ( 'should allow an import root to be set' , function ( ) {
5757 var opts = mergeOptions ( { root : 'test/root' } ) ;
58- expect ( opts [ 'postcss-import' ] . root ) . to . equal ( 'test/root' ) ;
58+ expect ( opts [ 'postcss-easy- import' ] . root ) . to . equal ( 'test/root' ) ;
5959 } ) ;
6060
6161 it ( 'should allow stylelint to be enabled' , function ( ) {
@@ -76,15 +76,15 @@ describe('suitcss', function() {
7676 } ) ;
7777
7878 expect ( opts . use ) . to . eql ( [
79- 'postcss-import' ,
79+ 'postcss-easy- import' ,
8080 'postcss-custom-properties' ,
8181 'postcss-calc' ,
8282 'postcss-custom-media' ,
8383 'autoprefixer' ,
8484 'postcss-reporter'
8585 ] ) ;
8686 expect ( opts . autoprefixer ) . to . eql ( autoprefixer ) ;
87- expect ( opts [ 'postcss-import' ] . root ) . to . equal ( 'test/root' ) ;
87+ expect ( opts [ 'postcss-easy- import' ] . root ) . to . equal ( 'test/root' ) ;
8888 } ) ;
8989
9090 describe ( 'passing options to postcss' , function ( ) {
@@ -125,7 +125,7 @@ describe('suitcss', function() {
125125 } ) ;
126126
127127 expect ( opts . use ) . to . eql ( [
128- 'postcss-import' ,
128+ 'postcss-easy- import' ,
129129 'postcss-custom-properties' ,
130130 'postcss-custom-media' ,
131131 'autoprefixer' ,
@@ -141,7 +141,7 @@ describe('suitcss', function() {
141141 } ) ;
142142
143143 expect ( opts . use ) . to . eql ( [
144- 'postcss-import' ,
144+ 'postcss-easy- import' ,
145145 'postcss-custom-properties' ,
146146 'postcss-calc' ,
147147 'postcss-custom-media' ,
0 commit comments