Skip to content

Commit 453bc61

Browse files
committed
test: remove https in options.test.js
test exists in tls_options.test.js
1 parent d9c45d3 commit 453bc61

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: test/options.test.js

-12
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ describe('test/options.test.js', () => {
1616
});
1717

1818

19-
it('should options.{key|cert} NOT works', () => {
20-
const options = parseOptions({
21-
https: true,
22-
key: utils.getFilepath('server.key'),
23-
cert: utils.getFilepath('server.crt'),
24-
});
25-
26-
assert(options.port === 8443);
27-
assert(typeof options.https === 'undefined');
28-
});
29-
30-
3119
it('should start with https and listen 8443 with https.{key|cert}', () => {
3220
const options = parseOptions({
3321
https: {

0 commit comments

Comments
 (0)