Skip to content

Commit

Permalink
Added SparkTests file to fix empty folder not detected on xcodegen
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBorleeAdevinta committed Mar 8, 2023
1 parent 1e6faf7 commit a596770
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// SparkTests.swift
// SparkTests
// SparkCoreTests.swift
// SparkCoreTests
//
// Created by luis.figueiredo-ext on 08/02/2023.
//

import XCTest
import SnapshotTesting

final class SparkTests: XCTestCase {
final class SparkCoreTests: XCTestCase {

func testExample() throws {
let view = UIView(frame: CGRect(x: 0, y: 0, width: 200, height: 300))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SparkTestsUtils.swift
// SparkTests
// SparkCoreTestsUtils.swift
// SparkCoreTests
//
// Created by luis.figueiredo-ext on 08/02/2023.
//
Expand Down
15 changes: 15 additions & 0 deletions spark/Unit-tests/SparkTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// SparkTests.swift
// SparkCoreTests
//
// Created by louis.borlee on 08/03/2023.
//

import XCTest

final class SparkTests: XCTestCase {

func test() {
XCTAssertTrue(true)
}
}

0 comments on commit a596770

Please sign in to comment.