Skip to content

Commit

Permalink
chore: remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Nov 11, 2023
1 parent 5cabe2f commit 44d5e10
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 75 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,8 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
"pretest": "pnpm run compile && pnpm run lint",
"lint": "eslint src --ext ts"
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand Down
Binary file modified src/assets/.DS_Store
Binary file not shown.
Binary file modified src/assets/images/.DS_Store
Binary file not shown.
23 changes: 0 additions & 23 deletions src/test/runTest.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/test/suite/extension.test.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/test/suite/index.ts

This file was deleted.

0 comments on commit 44d5e10

Please sign in to comment.