Skip to content

Commit

Permalink
Remove tsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed May 28, 2024
1 parent dbafd50 commit 57cbb49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 493 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
suite: 'browserstack'
- desc: 'Puppeteer'
suite: 'puppeteer'
- desc: 'Types'
suite: 'types'
- desc: 'Node.js 18'
suite: 'node'
node: 18
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"puppeteer": "^22.3.0",
"temp": "^0.9.4",
"throttle": "^1.0.3",
"tsd": "0.31.0",
"typescript": "^5.4.5",
"uglify-js": "^3.9.2"
},
Expand Down Expand Up @@ -69,7 +68,6 @@
"test-puppeteer": "karma start test/karma/puppeteer.conf.cjs",
"test-browserstack": "karma start test/karma/browserstack.conf.cjs",
"test-node": "jasmine test/spec/node-index.cjs",
"test-types": "tsd",
"lint": "biome check .",
"fix": "biome check --apply ."
}
Expand Down
Loading

0 comments on commit 57cbb49

Please sign in to comment.