Skip to content

Commit fffa876

Browse files
authored
test: update type test (#241)
1 parent f7c6cb3 commit fffa876

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"lint": "standard | snazzy",
99
"lint:fix": "standard --fix | snazzy",
1010
"lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
11-
"test:disabled": "npm run lint && tap \"test/*.js\" && npm run typescript",
12-
"test": "npm run lint && tap \"test/*.js\"",
11+
"test": "npm run lint && tap \"test/*.js\" && npm run typescript",
1312
"typescript": "tsd"
1413
},
1514
"repository": {

test/types/index.test-d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ app.register(fastifyHttpProxy, {
4242
timeout: 20000
4343
}
4444
},
45-
keepAliveMsecs: 60000,
46-
maxFreeSockets: 10,
47-
maxSockets: 20,
48-
rejectUnauthorized: true,
49-
sessionTimeout: 30000,
5045
constraints: { version: '1.0.2' }
5146
});
5247

0 commit comments

Comments
 (0)