Lines Matching full:path
11 const path = require('path');
15 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
16 const file = fixtures.path('snapshot', 'decompress-gzip-sync.js');
19 // By default, the snapshot blob path is snapshot.blob at cwd
28 NODE_TEST_FIXTURE: fixtures.path('person.jpg.gz'),
31 cwd: tmpdir.path
39 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
52 NODE_TEST_FIXTURE: fixtures.path('person.jpg.gz'),
55 cwd: tmpdir.path