Skip to content

Commit

Permalink
Since this version of Lerna doesnt hoist, revert paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Aug 19, 2023
1 parent af87dba commit 3c95724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/less/test/browser/runner-browser-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var testFiles = ['charsets', 'colors', 'comments', 'css-3', 'strings', 'media',
/**
* @todo - generate the node_modules path for this file and in templates
*/
var lessFolder = '../../../../node_modules/@less/test-data/less'
var cssFolder = '../../../../node_modules/@less/test-data/css'
var lessFolder = '../../node_modules/@less/test-data/less'
var cssFolder = '../../node_modules/@less/test-data/css'

for (var i = 0; i < testFiles.length; i++) {
var file = testFiles[i],
Expand Down

0 comments on commit 3c95724

Please sign in to comment.