We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f36e72 commit 586bb89Copy full SHA for 586bb89
test/platform.test.ts renamed to test/core/platform.test.ts
@@ -6,7 +6,7 @@ import mockFS = require("mock-fs");
6
import FileSystem = require("mock-fs/lib/filesystem");
7
import * as path from "path";
8
import * as sinon from "sinon";
9
-import * as platform from "../src/platform";
+import * as platform from "../../src/platform";
10
11
/**
12
* Describes a platform on which the PowerShell extension should work,
test/settings.test.ts renamed to test/core/settings.test.ts
@@ -3,7 +3,7 @@
3
4
import * as assert from "assert";
5
import * as vscode from "vscode";
-import Settings = require("../src/settings");
+import Settings = require("../../src/settings");
suite("Settings module", () => {
test("Settings load without error", () => {
0 commit comments