File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 56
56
"source-map" : " ~0.6.0"
57
57
},
58
58
"devDependencies" : {
59
+ "@less/test-data" : " ^4.1.0" ,
60
+ "@less/test-import-module" : " ^4.0.0" ,
59
61
"@rollup/plugin-commonjs" : " ^17.0.0" ,
60
62
"@rollup/plugin-json" : " ^4.1.0" ,
61
63
"@rollup/plugin-node-resolve" : " ^11.0.0" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module.exports = function() {
32
32
var oneTestOnly = process . argv [ 2 ] ,
33
33
isFinished = false ;
34
34
35
- var testFolder = path . dirname ( require . resolve ( '../.. /test-data' ) ) ;
35
+ var testFolder = path . dirname ( require . resolve ( '@less /test-data' ) ) ;
36
36
var lessFolder = path . join ( testFolder , 'less' ) ;
37
37
38
38
// Define String.prototype.endsWith if it doesn't exist (in older versions of node)
Original file line number Diff line number Diff line change 1
- @import " ../../.. /test-import-module/one/two/three/3.less" ;
2
- @import " ../../.. /test-import-module/one/two/2" ;
3
- @import " ../../.. /test-import-module/one/1.less" ;
1
+ @import " @less /test-import-module/one/two/three/3.less" ;
2
+ @import " @less /test-import-module/one/two/2" ;
3
+ @import " @less /test-import-module/one/1.less" ;
You can’t perform that action at this time.
0 commit comments