| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | + const fixtures = require('../common/fixtures'); | ||
| 24 | 25 | const assert = require('assert'); | |
| 25 | 26 | ||
| 26 | 27 | common.globalCheck = false; | |
@@ -40,7 +41,7 @@ let server_tcp, server_unix, client_tcp, client_unix, replServer; | |||
| 40 | 41 | ||
| 41 | 42 | ||
| 42 | 43 | // absolute path to test/fixtures/a.js | |
| 43 | - const moduleFilename = require('path').join(common.fixturesDir, 'a'); | ||
| 44 | + const moduleFilename = fixtures.path('a'); | ||
| 44 | 45 | ||
| 45 | 46 | console.error('repl test'); | |
| 46 | 47 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments