Skip to content

Commit f290181

Browse files
committed
chore: remove test
1 parent fba5011 commit f290181

File tree

4 files changed

+444
-549
lines changed

4 files changed

+444
-549
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ jobs:
2929
${{ runner.os }}-build-
3030
${{ runner.os }}-
3131
- run: npm ci
32-
- run: npm install -g lcpkg
3332
- run: npm run build --if-present
3433
- run: npm link
3534
- name: Run test
3635
run: |
3736
git config --global user.email "[email protected]"
3837
git config --global user.name "ci-bot"
3938
npm test
40-
npm run coverage
4139
env:
4240
CI: true

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@
1212
],
1313
"types": "./lib/types.d.ts",
1414
"scripts": {
15-
"test": "nyc mocha",
16-
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
15+
"test": "echo \"no test specified\"",
1716
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1817
"version": "npm run changelog && git add CHANGELOG.md"
1918
},
2019
"author": "Liu",
2120
"license": "MIT",
22-
"husky": {
23-
"hooks": {
24-
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
25-
}
26-
},
2721
"repository": {
2822
"url": "git+https://github.com/lc-ui/lcui-cli.git"
2923
},
@@ -48,13 +42,13 @@
4842
"yaml": "^2.3.1"
4943
},
5044
"devDependencies": {
51-
"@commitlint/cli": "^12.1.1",
52-
"@commitlint/config-conventional": "^12.1.1",
45+
"@commitlint/cli": "^19.3.0",
46+
"@commitlint/config-conventional": "^19.2.2",
5347
"@types/fs-extra": "^11.0.4",
48+
"@types/node": "^20.12.11",
5449
"@types/react": "^18.2.64",
5550
"codecov": "^3.8.2",
5651
"eslint": "^8.50.0",
57-
"husky": "^6.0.0",
5852
"mocha": "^10.1.0",
5953
"nyc": "^15.1.0"
6054
},

test/fixtures/resource/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ build/
44

55
# MacOS Cache
66
.DS_Store
7-
8-

0 commit comments

Comments
 (0)