Skip to content

Commit

Permalink
First tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Dec 9, 2023
1 parent b570367 commit 4349434
Show file tree
Hide file tree
Showing 11 changed files with 312 additions and 1,071 deletions.
5 changes: 4 additions & 1 deletion .vscode-test.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { defineConfig } from '@vscode/test-cli';

export default defineConfig({
files: 'out/test/**/*.test.js',
files: 'out/test/**/*.test.js',
mocha: {
ui: 'bdd',
},
});
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,31 +110,23 @@
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@electron/rebuild": "^3.4.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.14",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/serialport": "^8.0.1",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.5",
"@types/vscode": "^1.53.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"chai": "^4.2.0",
"chai-match": "^1.1.1",
"eslint": "^8.55.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.1.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.5.0",
"ts-mock-imports": "^1.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 4349434

Please sign in to comment.