| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 26536e4 commit 7df8e0b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,9 +5,9 @@ const common = require('../common'); | |||
| 5 | 5 | if (!common.hasCrypto) | |
| 6 | 6 | common.skip('missing crypto'); | |
| 7 | 7 | const http2 = require('http2'); | |
| 8 | - const path = require('path'); | ||
| 8 | + const fixtures = require('../common/fixtures'); | ||
| 9 | 9 | ||
| 10 | - const fname = path.resolve(common.fixturesDir, 'elipses.txt'); | ||
| 10 | + const fname = fixtures.path('elipses.txt'); | ||
| 11 | 11 | ||
| 12 | 12 | const server = http2.createServer(common.mustCall((request, response) => { | |
| 13 | 13 | response.stream.respondWithFile(fname); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments