mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-17 13:46:47 +02:00
This PR adds an optional function parameter to the `createProject` function that is intended to enable change requests for the newly created project. The assumption is that all the logic within will be decided in the enterprise impl. The only thing we want to verify here is that it is called after the project has been created. |
||
---|---|---|
.. | ||
createProjectService.ts | ||
project-applications.e2e.test.ts | ||
project-controller.ts | ||
project-service.e2e.test.ts | ||
project-service.test.ts | ||
project-service.ts | ||
project-store-type.ts | ||
project-store.ts | ||
projects.e2e.test.ts |