Skip to content

Commit fd86c9c

Browse files
committed
docs: ✏️ fix less test
1 parent 2b57c4c commit fd86c9c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-kiwi": "^1.0.2",
7878
"husky": "^4.2.5",
7979
"jest": "^25.0.0",
80-
"less": "^3.11.2",
80+
"less": "^3.11.3",
8181
"lint-staged": "^10.2.9",
8282
"node-sass": "^4.14.1",
8383
"postcss": "^7.0.32",
@@ -101,7 +101,7 @@
101101
"peerDependencies": {
102102
"@babel/core": "^7.10.2",
103103
"coffeescript": "^2.5.1",
104-
"less": "^3.11.2",
104+
"less": "^3.11.3",
105105
"postcss": "^7.0.32",
106106
"postcss-load-config": "^2.1.0",
107107
"pug": "^3.0.0",

test/transformers/less.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import getAutoPreprocess from '../../src';
44
import { preprocess } from '../utils';
55

66
describe('transformer - less', () => {
7-
// TODO: waiting for https://github.com/less/less.js/issues/3508
8-
// eslint-disable-next-line jest/no-disabled-tests
9-
it.skip('should return @imported files as dependencies', async () => {
7+
it('should return @imported files as dependencies', async () => {
108
const template = `<style lang="less">@import "fixtures/style.less";</style>`;
119
const opts = getAutoPreprocess();
1210
const preprocessed = await preprocess(template, opts);

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4567,7 +4567,7 @@ kleur@^3.0.3:
45674567
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
45684568
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
45694569

4570-
less@^3.11.2:
4570+
less@^3.11.3:
45714571
version "3.11.3"
45724572
resolved "https://registry.yarnpkg.com/less/-/less-3.11.3.tgz#2d853954fcfe0169a8af869620bcaa16563dcc1c"
45734573
integrity sha512-VkZiTDdtNEzXA3LgjQiC3D7/ejleBPFVvq+aRI9mIj+Zhmif5TvFPM244bT4rzkvOCvJ9q4zAztok1M7Nygagw==

0 commit comments

Comments
 (0)