Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b15a640

Browse files
author
Akos Kitta
committed
fix: incorrect import
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 31398ec commit b15a640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎arduino-ide-extension/src/test/node/sketches-service-impl.test.ts‎

Lines changed: 1 addition & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /