Skip to content

Commit

Permalink
remove XCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Oct 21, 2024
1 parent 9b7dcb9 commit 71eab88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Features/Tests/AppFeatureTests/AppFeatureTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import XCTest
import Testing

@testable import AppFeature

final class AppFeatureTests: XCTestCase {}
@MainActor
struct AppFeatureTests {}
5 changes: 3 additions & 2 deletions Features/Tests/ModelsTests/ModelsTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import XCTest
import Testing

@testable import Models

final class ModelsTests: XCTestCase {}
@MainActor
struct ModelsTests {}
5 changes: 3 additions & 2 deletions Features/Tests/SettingsTests/SettingsTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import XCTest
import Testing

@testable import Settings

final class SettingsTests: XCTestCase {}
@MainActor
struct SettingsTests {}

0 comments on commit 71eab88

Please sign in to comment.