mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 14:35:26 -04:00
Update GitHub workflows
This commit is contained in:
parent
20c96ab2d4
commit
5ec025d8d0
7 changed files with 250 additions and 12 deletions
15
MistTests/MistTests.swift
Normal file
15
MistTests/MistTests.swift
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// MistTests.swift
|
||||
// MistTests
|
||||
//
|
||||
// Created by Nindi Gill on 8/12/2022.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
|
||||
final class MistTests: XCTestCase {
|
||||
|
||||
func test() throws {
|
||||
XCTAssertTrue(true)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue