Files
swiftpm-mustache/Tests/HummingbirdMustacheTests/hummingbird_mustacheTests.swift
2021-03-11 13:59:28 +00:00

16 lines
445 B
Swift

import XCTest
@testable import hummingbird_mustache
final class hummingbird_mustacheTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(hummingbird_mustache().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}