(prefix)
| 24 | const CITADEL_ROOT = path.resolve(__dirname, '..'); |
| 25 | |
| 26 | function tempProject(prefix) { |
| 27 | return fs.mkdtempSync(path.join(os.tmpdir(), prefix)); |
| 28 | } |
| 29 | |
| 30 | function stagePluginRoot(targetRoot) { |
| 31 | const excluded = new Set(['.git', '.planning', 'node_modules']); |
no outgoing calls
no test coverage detected