File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,6 @@ describe('transformer - postcss', () => {
14
14
expect ( preprocessed . toString ( ) ) . not . toMatch ( / - w e b k i t - / ) ;
15
15
} ) ;
16
16
17
- it ( 'should not transform plain css with postcss if { postcss: true } and no configuration file at cwd' , async ( ) => {
18
- const template = `<div></div><style>div{appearance:none;}</style>` ;
19
- const preprocessed = await preprocess (
20
- template ,
21
- getAutoPreprocess ( {
22
- postcss : true ,
23
- } ) ,
24
- ) ;
25
-
26
- expect ( preprocessed . toString ( ) ) . not . toMatch ( / - w e b k i t - / ) ;
27
- } ) ;
28
-
29
17
it ( 'should transform plain css with postcss if { postcss: { plugins... } }' , async ( ) => {
30
18
const template = `<div></div><style>div{appearance:none;}</style>` ;
31
19
const optsWithoutConfigFile = getAutoPreprocess ( {
You can’t perform that action at this time.
0 commit comments