File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Tests/TimecodeKit-Dev-Tests Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -108,19 +108,19 @@ import XCTest
108
108
//
109
109
// }
110
110
111
- final class DevTests : XCTestCase {
112
- func testDummy( ) throws {
113
- let tc = try TCC ( d: 1 )
114
- . toTimecode ( at: . _30_drop, limit: . _100days)
115
- print ( tc. realTimeValue)
116
- }
117
-
118
- func testDummy2( ) throws {
119
- let tc = try Timecode ( . frames( 2_589_408 ) ,
120
- at: . _30_drop,
121
- limit: . _100days)
122
- print ( tc)
123
- print ( tc. realTimeValue)
124
- }
125
- }
111
+ // final class DevTests: XCTestCase {
112
+ // func testDummy() throws {
113
+ // let tc = try TCC(d: 1)
114
+ // .toTimecode(at: ._30_drop, limit: ._100days)
115
+ // print(tc.realTimeValue)
116
+ // }
117
+ //
118
+ // func testDummy2() throws {
119
+ // let tc = try Timecode(.frames(2_589_408),
120
+ // at: ._30_drop,
121
+ // limit: ._100days)
122
+ // print(tc)
123
+ // print(tc.realTimeValue)
124
+ // }
125
+ // }
126
126
#endif
You can’t perform that action at this time.
0 commit comments