Skip to content

Commit

Permalink
test: rollback tap for the breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Oct 31, 2023
1 parent e928203 commit ad88c32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1,5 +1,5 @@
/build
/coverage
/no-track
/test/ts/simple.js
/test/ts/*.js
/legacy.js
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
# test
test/ts/*.js
/.tap

# coverage
coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"pre-suf": "^1.1.1",
"rimraf": "^5.0.1",
"spawn-sync": "^2.0.0",
"tap": "^18.5.3",
"tap": "^16.3.9",
"tmp": "0.2.1",
"typescript": "^5.1.6"
},
Expand Down

0 comments on commit ad88c32

Please sign in to comment.