mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
feat: use Arduino CLI 1.1.0
This commit is contained in:
@@ -61,7 +61,7 @@ describe('core-service-impl', () => {
|
||||
expect('buildOutputUri' in arg).to.be.true;
|
||||
expect(arg.buildOutputUri).to.be.not.undefined;
|
||||
|
||||
const tempBuildPaths = await sketchesService.tempBuildPath(sketch);
|
||||
const tempBuildPaths = await sketchesService.getBuildPath(sketch);
|
||||
if (isWindows) {
|
||||
expect(tempBuildPaths.length).to.be.greaterThan(1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user