Lines Matching full:path
11 const path = require('path');
15 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
16 const entry = fixtures.path('snapshot', 'error.js');
25 cwd: tmpdir.path
34 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob')));
44 cwd: tmpdir.path
52 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob')));
64 cwd: tmpdir.path
72 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob')));