Skip to content

Commit

Permalink
chore: remove ts-use test package
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Oct 9, 2023
1 parent bc0378e commit 303fa84
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 49 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_modules
.DS_Store
yarn.lock
types
test/ts-use/tsconfig.tsbuildinfo
types/tsconfig.tsbuildinfo
*.log
dist
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"test",
"tsconfig.json",
"dist",
"!**/*.tsbuildinfo",
"!test/ts-use/node_modules"
"!**/*.tsbuildinfo"
],
"exports": {
".": {
Expand Down Expand Up @@ -277,8 +276,7 @@
"build": "aegir build",
"release": "aegir release",
"docs": "aegir docs",
"test": "npm run lint && npm run test:node && npm run test:chrome && npm run test:ts",
"test:ts": "npm run test --prefix test/ts-use",
"test": "npm run lint && npm run test:node && npm run test:chrome",
"test:node": "aegir test -t node --cov",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker",
Expand Down
20 changes: 0 additions & 20 deletions test/ts-use/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions test/ts-use/src/main.ts

This file was deleted.

8 changes: 0 additions & 8 deletions test/ts-use/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions test/ts-use/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 303fa84

Please sign in to comment.