mirror of
https://git.tonybark.com/tonytins/swiftlyfox.git
synced 2026-05-12 08:43:31 -04:00
Added Square and Equilateral Triangle classes
This commit is contained in:
parent
1c40a688e4
commit
53ba21d774
9 changed files with 154 additions and 45 deletions
8
Tests/swiftlyfoxTests/swiftlyfoxTests.swift
Normal file
8
Tests/swiftlyfoxTests/swiftlyfoxTests.swift
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import Testing
|
||||
@testable import swiftlyfox
|
||||
|
||||
@Test func example() async throws {
|
||||
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||||
// Swift Testing Documentation
|
||||
// https://developer.apple.com/documentation/testing
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue