Created the CreateProjectTask task in the library target.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public struct CreateProjectTask {
|
||||
|
||||
}
|
||||
@@ -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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user