Lines Matching full:path
11 const path = require('path');
25 cwd: tmpdir.path
33 snapshotScript = fixtures.path('empty.js');
36 // By default, the snapshot blob path is cwd/snapshot.blob.
43 cwd: tmpdir.path
51 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
56 const blobPath = path.join(tmpdir.path, 'my-snapshot.blob');
65 cwd: tmpdir.path
84 cwd: tmpdir.path
103 fixtures.path('snapshot', 'marked.js'),
105 cwd: tmpdir.path