Created the CreateProjectTask task in the library target.
This commit is contained in:
parent
cbd3789ca7
commit
1f738fe644
3
Sources/Library/Tasks/CreateProjectTask.swift
Normal file
3
Sources/Library/Tasks/CreateProjectTask.swift
Normal file
@ -0,0 +1,3 @@
|
||||
public struct CreateProjectTask {
|
||||
|
||||
}
|
11
Tests/Library/Cases/Tasks/CreateProjectTaskTests.swift
Normal file
11
Tests/Library/Cases/Tasks/CreateProjectTaskTests.swift
Normal 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.
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user