Basic project creation #3

Merged
javier merged 64 commits from feature/create-basic-project into main 2025-01-28 00:07:25 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 1f738fe644 - Show all commits

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.
}
}