Skip to content

Commit

Permalink
Remove mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov94 committed May 24, 2019
1 parent b2eca4f commit ae34cfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "jest"
"test": "npm run compile && jest"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^10.12.21",
"jest": "^24.8.0",
"tslint": "^5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { testFunction } from '../src/extension';
// import * as myExtension from '../extension';

// Defines a Mocha test suite to group tests of similar kind together
suite("Extension Tests", function () {
describe("Extension Tests", function () {

// Defines a Mocha unit test
test("Something 1", function() {
Expand Down

0 comments on commit ae34cfa

Please sign in to comment.