(dir)
| 11 | const destDir = (app) => path.normalize(`${wd}/${app}`); |
| 12 | |
| 13 | const clientFileSourcePath = (dir) => path.normalize( |
| 14 | `${dir}/node_modules/socketcluster-client/socketcluster-client.js`, |
| 15 | ); |
| 16 | |
| 17 | const clientFileDestPath = (dir) => path.normalize( |
| 18 | `${dir}/public/socketcluster-client.js`, |
no outgoing calls
no test coverage detected
searching dependent graphs…