chore: switch to node test

This commit is contained in:
Simon Chan 2024-07-16 16:10:31 +08:00
parent 67a07e2eb8
commit dfb6acd2d5
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
115 changed files with 2433 additions and 4258 deletions

View file

@ -45,7 +45,6 @@
"@types/node": "^20.14.9",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"jest": "^30.0.0-alpha.4",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
}

View file

@ -4,17 +4,17 @@
"lib": [
"ESNext",
"DOM"
],
]
},
"references": [
{
"path": "../../libraries/adb/tsconfig.build.json"
},
{
"path": "../../libraries/adb-server-node-tcp/tsconfig.build.json"
},
{
"path": "../../libraries/adb/tsconfig.build.json"
},
{
"path": "../../libraries/stream-extra/tsconfig.build.json"
}
],
]
}