Skip to content

Commit b15a640

Browse files
author
Akos Kitta
committed
fix: incorrect import
Signed-off-by: Akos Kitta <[email protected]>
1 parent 31398ec commit b15a640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: arduino-ide-extension/src/test/node/sketches-service-impl.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { Mutable } from '@theia/core/lib/common/types';
22
import { FileUri } from '@theia/core/lib/node';
33
import * as assert from 'assert';
4-
import { join } from 'path';
4+
import { basename, join } from 'path';
55
import { SketchContainer, SketchRef } from '../../common/protocol';
66
import { discoverSketches } from '../../node/sketches-service-impl';
77
import stableJsonStringify = require('fast-json-stable-stringify');
8-
import { basename } from '../../browser/create/create-paths';
98

109
const testSketchbook = join(
1110
__dirname,

0 commit comments

Comments
 (0)