Skip to content

Commit

Permalink
Add the word Tests to tests directories (#374)
Browse files Browse the repository at this point in the history
* Add the word Tests to tests directories

* Update Swift package manifest

* Rename `LayoutItemsTests` to `LayoutItemTests`

* Update Swift package manifests
  • Loading branch information
tinder-cfuller authored Apr 7, 2024
1 parent 270df8d commit faa3706
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
],
exclude: [
"__Snapshots__",
"UIKit/__Snapshots__",
"UIKitTests/__Snapshots__",
]),
]
)
2 changes: 1 addition & 1 deletion Package@swift-5.10.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
],
exclude: [
"__Snapshots__",
"UIKit/__Snapshots__",
"UIKitTests/__Snapshots__",
],
swiftSettings: .swiftSettings,
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
],
exclude: [
"__Snapshots__",
"UIKit/__Snapshots__",
"UIKitTests/__Snapshots__",
],
swiftSettings: .swiftSettings,
plugins: [
Expand Down
File renamed without changes.

0 comments on commit faa3706

Please sign in to comment.