Implemented the BuildProjectTask task in the library target.

This commit is contained in:
2025-02-18 23:46:23 +01:00
parent a38c9e1d98
commit 4425a1ce73
4 changed files with 87 additions and 0 deletions
@@ -19,6 +19,14 @@ final class TemplateServiceMock {
self.spy = spy
}
init(
actions: [Action],
spy: TemplateServiceSpy? = nil
) {
self.actions = actions
self.spy = spy
}
}
// MARK: - TemplateServicing
@@ -19,6 +19,14 @@ final class TerminalServiceMock {
self.spy = spy
}
init(
actions: [Action],
spy: TerminalServiceSpy? = nil
) {
self.actions = actions
self.spy = spy
}
}
// MARK: - TerminalServicing