Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Remove test data and related files (#133)
Browse files Browse the repository at this point in the history
* remove everything dealing with tests

* remove test releated script from package.json

* fix readme name

Co-authored-by: John Wass <wassj@ctc.com>
  • Loading branch information
shanedell and jw3 committed Sep 16, 2021
1 parent 5e4adcd commit 92d5c7d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,060 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/tests.yml

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -32,8 +32,6 @@
"fix-lint": "eslint src --ext .ts --fix",
"watch": "webpack --watch --devtool nosources-source-map --info-verbosity verbose --config ./build/extension.webpack.config.js",
"watch2": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"test": "node node_modules/mocha/bin/_mocha -u tdd --timeout 999999 --colors ./out/tests",
"package": "vsce package",
"publish": "vsce publish",
"package-ext": "webpack --mode production --config ./build/extension.webpack.config.js"
Expand Down
138 changes: 0 additions & 138 deletions src/tests/adapter.test.ts

This file was deleted.

0 comments on commit 92d5c7d

Please sign in to comment.