Skip to content

Commit

Permalink
Remove integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Bonnike committed Oct 10, 2019
1 parent 58ce821 commit ace47aa
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 210 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
node_modules/
out/
.vscode-test/
12 changes: 0 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
"--extensionDevelopmentPath=${workspaceRoot}"
],
"outFiles": ["${workspaceRoot}/out/**/*.js"]
},
{
"name": "Run integration tests for the extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/integration/index"
],
"outFiles": ["${workspaceRoot}/out/integration/**/*.js"]
}
]
}
89 changes: 0 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,14 @@
"^.+\\.ts$": "ts-jest"
},
"modulePathIgnorePatterns": [
"out",
"integration"
"out"
],
"moduleNameMapper": {
"vscode": "<rootDir>/src/__mocks__/vscode.ts"
},
"testRegex": "spec.ts"
},
"scripts": {
"integration": "node out/integration/testRunner.js",
"start": "tsc -watch -p ./",
"unit": "jest --verbose",
"vscode:prepublish": "tsc -p ./"
Expand All @@ -85,7 +83,6 @@
"@types/vscode": "^1.38.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3",
"vscode-test": "^1.2.0"
"typescript": "^3.6.3"
}
}
23 changes: 0 additions & 23 deletions src/integration/index.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/integration/spec.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/integration/testReporter.ts

This file was deleted.

25 changes: 0 additions & 25 deletions src/integration/testRunner.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/integration/testWorkspace.code-workspace

This file was deleted.

0 comments on commit ace47aa

Please sign in to comment.