We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fade3 commit 1e8865aCopy full SHA for 1e8865a
Tests/ScriptToolkitTests/ScriptToolkitTests.swift
@@ -2,14 +2,5 @@ import XCTest
2
@testable import ScriptToolkit
3
4
final class ScriptToolkitTests: XCTestCase {
5
- func testExample() {
6
- // This is an example of a functional test case.
7
- // Use XCTAssert and related functions to verify your tests produce the correct
8
- // results.
9
- XCTAssertEqual(ScriptToolkit().text, "Hello, World!")
10
- }
11
-
12
- static var allTests = [
13
- ("testExample", testExample),
14
- ]
+
15
}
0 commit comments