Initial commit
This commit is contained in:
commit
1db16227b2
31 changed files with 2175 additions and 0 deletions
9
Tests/CoreInjectionTests/TextInjectorTests.swift
Normal file
9
Tests/CoreInjectionTests/TextInjectorTests.swift
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import XCTest
|
||||
@testable import CoreInjection
|
||||
|
||||
final class TextInjectorTests: XCTestCase {
|
||||
func testTextInjectorInitialization() {
|
||||
let injector = TextInjector()
|
||||
XCTAssertNotNil(injector)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue