Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Adding new vscode testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 22, 2019
1 parent fe8009d commit 22b755e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
60 changes: 60 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"pretest": "npm run compile",
"test": "cross-env CODE_TESTS_DATA_DIR=./.test-profiles/tests/data node ./node_modules/vscode/bin/test",
"test:ci": "node ./node_modules/vscode/bin/test",
Expand All @@ -123,6 +122,7 @@
"@types/fs-extra": "^7.0.0",
"@types/mocha": "^2.2.42",
"@types/node": "^11.13.0",
"@types/vscode": "^1.35.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"chai": "^4.2.0",
Expand All @@ -131,7 +131,8 @@
"eslint-config-prettier": "^6.0.0",
"mocha-multi-reporters": "^1.1.7",
"tslint": "^5.12.1",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"vscode-test": "^1.0.2"
},
"dependencies": {
"fs-extra": "^8.0.1",
Expand Down

0 comments on commit 22b755e

Please # to comment.