Template support for input parameters #4
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