Skip to content

Commit

Permalink
revert test infra
Browse files Browse the repository at this point in the history
since it is hard to deal with `import vscode`.
See microsoft/vscode-test#37

Signed-off-by: Qingpeng Li <[email protected]>
  • Loading branch information
qingpeng9802 committed Sep 29, 2023
1 parent 4148300 commit 447b650
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,7 @@
}
]
}
],

"node/no-unpublished-import": ["error", {
"allowModules": ["vitest"]
}]
]
},

"settings": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: build with esbuild
run: npm run esbuildp

test:
uses: ./.github/workflows/test.yml
#test:
# uses: ./.github/workflows/test.yml
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@
},
"homepage": "https://github.com/qingpeng9802/vscode-common-lisp/blob/master/README.md",
"scripts": {
"test": "vitest run",
"testw": "vitest",
"package": "vsce package",
"publish": "vsce publish",
"publish-pre": "vsce publish --pre-release",
Expand Down Expand Up @@ -320,7 +318,6 @@
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"unimported": "^1.29.2",
"vitest": "^0.34.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
Expand Down
6 changes: 0 additions & 6 deletions src/test/extension.test.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/test/index.node.js

This file was deleted.

0 comments on commit 447b650

Please sign in to comment.