index.js (less.js-4.1.2) | : | index.js (less.js-4.1.3) | ||
---|---|---|---|---|
skipping to change at line 91 | skipping to change at line 91 | |||
[{math: 0}, '3rd-party/'], | [{math: 0}, '3rd-party/'], | |||
[{ processImports: false }, 'process-imports/'] | [{ processImports: false }, 'process-imports/'] | |||
]; | ]; | |||
testMap.forEach(function(args) { | testMap.forEach(function(args) { | |||
lessTester.runTestSet.apply(lessTester, args) | lessTester.runTestSet.apply(lessTester, args) | |||
}); | }); | |||
lessTester.testSyncronous({syncImport: true}, '_main/import'); | lessTester.testSyncronous({syncImport: true}, '_main/import'); | |||
lessTester.testSyncronous({syncImport: true}, '_main/plugin'); | lessTester.testSyncronous({syncImport: true}, '_main/plugin'); | |||
lessTester.testSyncronous({syncImport: true}, 'math/strict/css'); | lessTester.testSyncronous({syncImport: true}, 'math/strict/css'); | |||
lessTester.testNoOptions(); | lessTester.testNoOptions(); | |||
lessTester.testDisablePluginRule(); | ||||
lessTester.testJSImport(); | lessTester.testJSImport(); | |||
lessTester.finished(); | lessTester.finished(); | |||
(() => { | (() => { | |||
// Create new tester, since tests are not independent and tests | // Create new tester, since tests are not independent and tests | |||
// above modify tester in a way that breaks remote imports. | // above modify tester in a way that breaks remote imports. | |||
lessTester = lessTest(); | lessTester = lessTest(); | |||
var scope = nock('https://example.com') | var scope = nock('https://example.com') | |||
.get('/redirect.less').query(true) | .get('/redirect.less').query(true) | |||
.reply(301, null, { location: '/target.less' }) | .reply(301, null, { location: '/target.less' }) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |