File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,6 @@ describe('prefixer', function () {
20
20
expect ( nano ) . toBeDefined ( ) ;
21
21
} ) ;
22
22
23
- it ( 'handles "user-select" correctly' , function ( ) {
24
- var nano = createNano ( ) ;
25
-
26
- nano . putRaw = jest . fn ( ) ;
27
-
28
- nano . put ( '.one' , {
29
- 'user-select' : 'none'
30
- } ) ;
31
-
32
- var result = nano . putRaw . mock . calls [ 0 ] [ 0 ] . replace ( / + (? = ) / g, '' ) ;
33
- [
34
- '-ms-user-select' ,
35
- '-webkit-user-select' ,
36
- 'user-select'
37
- ] . forEach ( function ( key ) {
38
- expect ( result . includes ( key ) ) . toBe ( true ) ;
39
- } ) ;
40
-
41
- } ) ;
42
-
43
23
it ( 'doesn\'t kebab values' , function ( ) {
44
24
var nano = createNano ( ) ;
45
25
var decl = {
Original file line number Diff line number Diff line change @@ -8288,13 +8288,12 @@ inline-style-prefixer@^6.0.0:
8288
8288
css-in-js-utils "^3.1.0"
8289
8289
fast-loops "^1.1.3"
8290
8290
8291
- inline-style-prefixer@^7.0.0 :
8292
- version "7.0.0 "
8293
- resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.0 .tgz#991d550735d42069f528ac1bcdacd378d1305442 "
8294
- integrity sha512-I7GEdScunP1dQ6IM2mQWh6v0mOYdYmH3Bp31UecKdrcUgcURTcctSe1IECdUznSHKSmsHtjrT3CwCPI1pyxfUQ ==
8291
+ inline-style-prefixer@^7.0.1 :
8292
+ version "7.0.1 "
8293
+ resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.1 .tgz#9310f3cfa2c6f3901d1480f373981c02691781e8 "
8294
+ integrity sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw ==
8295
8295
dependencies:
8296
8296
css-in-js-utils "^3.1.0"
8297
- fast-loops "^1.1.3"
8298
8297
8299
8298
inquirer@^6.2.0:
8300
8299
version "6.5.2"
You can’t perform that action at this time.
0 commit comments