| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e4c461b commit d962ee3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../common'); | |
| 3 | + const fixtures = require('../common/fixtures'); | ||
| 3 | 4 | const assert = require('assert'); | |
| 4 | - const path = require('path'); | ||
| 5 | 5 | const fs = require('fs'); | |
| 6 | - const filepath = path.join(common.fixturesDir, 'x.txt'); | ||
| 6 | + const filepath = fixtures.path('x.txt'); | ||
| 7 | 7 | const fd = fs.openSync(filepath, 'r'); | |
| 8 | 8 | const bufferAsync = Buffer.alloc(0); | |
| 9 | 9 | const bufferSync = Buffer.alloc(0); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments