Skip to content

Commit 586bb89

Browse files
committed
Consolidate tests into folders
1 parent 6f36e72 commit 586bb89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/platform.test.ts renamed to test/core/platform.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import mockFS = require("mock-fs");
66
import FileSystem = require("mock-fs/lib/filesystem");
77
import * as path from "path";
88
import * as sinon from "sinon";
9-
import * as platform from "../src/platform";
9+
import * as platform from "../../src/platform";
1010

1111
/**
1212
* Describes a platform on which the PowerShell extension should work,

test/settings.test.ts renamed to test/core/settings.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import * as assert from "assert";
55
import * as vscode from "vscode";
6-
import Settings = require("../src/settings");
6+
import Settings = require("../../src/settings");
77

88
suite("Settings module", () => {
99
test("Settings load without error", () => {

0 commit comments

Comments
 (0)