| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent de198a9 commit 73a41cf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,14 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../common'); | |
| 3 | 3 | const assert = require('assert'); | |
| 4 | + const fixtures = require('../common/fixtures'); | ||
| 4 | 5 | const fs = require('fs'); | |
| 5 | 6 | const path = require('path'); | |
| 6 | 7 | const stream = require('stream'); | |
| 7 | 8 | const firstEncoding = 'base64'; | |
| 8 | 9 | const secondEncoding = 'latin1'; | |
| 9 | 10 | ||
| 10 | - const examplePath = path.join(common.fixturesDir, 'x.txt'); | ||
| 11 | + const examplePath = fixtures.path('x.txt'); | ||
| 11 | 12 | const dummyPath = path.join(common.tmpDir, 'x.txt'); | |
| 12 | 13 | ||
| 13 | 14 | common.refreshTmpDir(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments