Skip to content

Commit 61644c4

Browse files
committed
fix: 🐛 update yarnl.lock and test
1 parent 92963d1 commit 61644c4

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

addon/__tests__/prefixer.test.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@ describe('prefixer', function () {
2020
expect(nano).toBeDefined();
2121
});
2222

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-
4323
it('doesn\'t kebab values', function() {
4424
var nano = createNano();
4525
var decl = {

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8288,13 +8288,12 @@ inline-style-prefixer@^6.0.0:
82888288
css-in-js-utils "^3.1.0"
82898289
fast-loops "^1.1.3"
82908290

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==
82958295
dependencies:
82968296
css-in-js-utils "^3.1.0"
8297-
fast-loops "^1.1.3"
82988297

82998298
inquirer@^6.2.0:
83008299
version "6.5.2"

0 commit comments

Comments
 (0)