From 61644c4881a7eecdb662574c4ab68c4ba38f48f0 Mon Sep 17 00:00:00 2001 From: streamich Date: Sat, 20 Jul 2024 15:31:14 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20yarnl.lock=20and?= =?UTF-8?q?=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/__tests__/prefixer.test.js | 20 -------------------- yarn.lock | 9 ++++----- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/addon/__tests__/prefixer.test.js b/addon/__tests__/prefixer.test.js index c374bb72..cb4eb86d 100644 --- a/addon/__tests__/prefixer.test.js +++ b/addon/__tests__/prefixer.test.js @@ -20,26 +20,6 @@ describe('prefixer', function () { expect(nano).toBeDefined(); }); - it('handles "user-select" correctly', function() { - var nano = createNano(); - - nano.putRaw = jest.fn(); - - nano.put('.one', { - 'user-select': 'none' - }); - - var result = nano.putRaw.mock.calls[0][0].replace(/ +(?= )/g,''); - [ - '-ms-user-select', - '-webkit-user-select', - 'user-select' - ].forEach(function(key) { - expect(result.includes(key)).toBe(true); - }); - - }); - it('doesn\'t kebab values', function() { var nano = createNano(); var decl = { diff --git a/yarn.lock b/yarn.lock index 29cc0d4f..737fd23f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8288,13 +8288,12 @@ inline-style-prefixer@^6.0.0: css-in-js-utils "^3.1.0" fast-loops "^1.1.3" -inline-style-prefixer@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.0.tgz#991d550735d42069f528ac1bcdacd378d1305442" - integrity sha512-I7GEdScunP1dQ6IM2mQWh6v0mOYdYmH3Bp31UecKdrcUgcURTcctSe1IECdUznSHKSmsHtjrT3CwCPI1pyxfUQ== +inline-style-prefixer@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz#9310f3cfa2c6f3901d1480f373981c02691781e8" + integrity sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw== dependencies: css-in-js-utils "^3.1.0" - fast-loops "^1.1.3" inquirer@^6.2.0: version "6.5.2"