| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4639cff commit 788d7db
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - const common = require('../common'); | ||
| 2 | + 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 fn = path.join(common.fixturesDir, 'empty.txt'); | ||
| 6 | + const fn = fixtures.path('empty.txt'); | ||
| 7 | 7 | ||
| 8 | 8 | tempFd(function(fd, close) { | |
| 9 | 9 | fs.readFile(fd, function(err, data) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments