Skip to content

Commit

Permalink
Removed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jan 4, 2023
1 parent 15becea commit 99e7a12
Show file tree
Hide file tree
Showing 14 changed files with 485 additions and 7,309 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ install:
fi
script:
- |
echo ">>> Run integration test"
npm install && npm run compile && npm run coverage_travis
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
echo ">>> Run compile"
npm install && npm run compile
cache: npm
3 changes: 1 addition & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ misc/**
.travis.yml
coverage/**
.vscode-test/**
webpack.config.js
.nyc_output/**
webpack.config.js
7,103 changes: 481 additions & 6,622 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,12 @@
],
"dependencies": {},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/vscode": "^1.74.0",
"@types/webpack-env": "^1.18.0",
"coveralls": "^3.1.1",
"eslint": "^8.31.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"process": "^0.11.10",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vscode-test": "^1.6.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
Expand All @@ -252,9 +245,7 @@
"vscode:prepublish": "npm run package",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"coverage_travis": "./node_modules/.bin/nyc ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd ./out/test/**/*.js",
"coverage": "./node_modules/.bin/nyc ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd ./out/test/**/*.js"
"package": "webpack --mode production --devtool hidden-source-map"
},
"icon": "images/docomment.png",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions test/Api/VSCodeApi.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/Controller/DocommentController.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/Controller/Lang/DocommentControllerCSharp.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/Domain/DocommentDomain.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/Domain/Lang/DocommentDomainCSharp.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/Entity/Config/Contributes/Configuration.test.ts

This file was deleted.

221 changes: 0 additions & 221 deletions test/SyntacticAnalysis/SyntacticAnalysisCSharp.test.ts

This file was deleted.

Loading

0 comments on commit 99e7a12

Please sign in to comment.