(actions)
| 85 | .map((action) => path.basename(action.path)); |
| 86 | |
| 87 | const packagesFrom = (actions) => |
| 88 | actions.find((action) => action.type === "install-dependencies").packages; |
| 89 | |
| 90 | describe("create-webpack-app generators", () => { |
| 91 | for (const template of TEMPLATES) { |