Avatar
norio_nomura 3/4/2025 11:48 AM
swift-testingをbotで使える様にしました。 @swift-main testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }
👏 1