| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 39ae3f1 commit 08ca73f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - const common = require('../common'); | ||
| 2 | + require('../common'); | ||
| 3 | 3 | ||
| 4 | 4 | // Verify connection with explicitly created client SecureContext. | |
| 5 | 5 | ||
| 6 | - const join = require('path').join; | ||
| 6 | + const fixtures = require('../common/fixtures'); | ||
| 7 | 7 | const { | |
| 8 | 8 | assert, connect, keys, tls | |
| 9 | - } = require(join(common.fixturesDir, 'tls-connect'))(); | ||
| 9 | + } = require(fixtures.path('tls-connect')); | ||
| 10 | 10 | ||
| 11 | 11 | connect({ | |
| 12 | 12 | client: { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments