Skip to content

Commit 2e720ce

Browse files
committed
fix tests
1 parent dc3594d commit 2e720ce

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

package.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,20 @@
5151
"devDependencies": {
5252
"@sindresorhus/tsconfig": "^3.0.1",
5353
"@types/jsdom": "^16.2.14",
54-
"@types/node": "^17.0.38",
54+
"@types/node": "^17.0.42",
5555
"@types/zen-observable": "^0.8.3",
56-
"@typescript-eslint/eslint-plugin": "^5.27.0",
57-
"@typescript-eslint/parser": "^5.27.0",
5856
"ava": "^4.3.0",
5957
"del-cli": "^4.0.1",
60-
"eslint-config-xo-typescript": "^0.51.1",
6158
"jsdom": "^19.0.0",
6259
"rxjs": "^7.5.5",
6360
"tempy": "^3.0.0",
64-
"ts-node": "^10.8.0",
65-
"typescript": "~4.7.2",
66-
"xo": "^0.49.0",
61+
"ts-node": "^10.8.1",
62+
"typescript": "~4.7.3",
63+
"xo": "^0.50.0",
6764
"zen-observable": "^0.8.15"
6865
},
6966
"sideEffects": false,
7067
"ava": {
71-
"timeout": "1m",
72-
"workerThreads": false,
73-
"serial": true,
7468
"extensions": {
7569
"ts": "module"
7670
},
@@ -79,18 +73,6 @@
7973
]
8074
},
8175
"xo": {
82-
"extends": "xo-typescript",
83-
"extensions": [
84-
"ts"
85-
],
86-
"parserOptions": {
87-
"project": "./tsconfig.xo.json"
88-
},
89-
"globals": [
90-
"BigInt",
91-
"BigInt64Array",
92-
"BigUint64Array"
93-
],
9476
"rules": {
9577
"@typescript-eslint/no-empty-function": "off",
9678
"@typescript-eslint/explicit-function-return-type": "off",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"source"
88
],
99
"ts-node": {
10+
"transpileOnly": true,
1011
"files": true,
1112
"experimentalResolver": true
1213
}

tsconfig.xo.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)