Skip to content

Commit

Permalink
Merge pull request #201 from chouchouji/chore-jest
Browse files Browse the repository at this point in the history
chore: add test watch script and clean .gitignore
  • Loading branch information
iosh authored Nov 26, 2024
2 parents 73f6430 + d17983a commit fb3f183
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jspm_packages/
# Local History for Visual Studio Code
.history/

# Dependency directories
node_modules/
jspm_packages/

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"star": "npm star nrm",
"test": "jest",
"test:watch": "jest --watch",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"format": "prettier . --write"
Expand Down
1 change: 0 additions & 1 deletion tests/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ ${isWin ? '>' : '❯'} npm
taobao
npmMirror
huawei`);

});

it('nrm current', async () => {
Expand Down

0 comments on commit fb3f183

Please sign in to comment.