(dir)
| 42 | // name: "exercises__sep__01-goo.problem__sep__01-great" |
| 43 | |
| 44 | function relativeToWorkshopRoot(dir) { |
| 45 | return dir.replace(`${workshopRoot}${path.sep}`, '') |
| 46 | } |
| 47 | |
| 48 | await updatePkgNames() |
| 49 | await copyTestFiles() |
no outgoing calls
no test coverage detected