Created the CreateProjectTask task in the library target.

This commit is contained in:
Javier Cicchelli 2025-01-12 03:11:03 +01:00
parent cbd3789ca7
commit 1f738fe644
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,3 @@
public struct CreateProjectTask {
}

View File

@ -0,0 +1,11 @@
import ColibriLibrary
import Testing
struct CreateProjectTaskTests {
@Test(.disabled())
func something() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}