spm: complex refactor, document of package

This commit is contained in:
Joe Mattiello
2023-03-10 19:23:32 -05:00
parent 1f2693bea6
commit 128b180c1f
40 changed files with 905 additions and 745 deletions

View File

@@ -1,5 +1,5 @@
//
// SharedTests.swift
// SideStoreSharedTests.swift
// SideStore
//
// Created by Joseph Mattiello on 2/28/23.
@@ -7,9 +7,9 @@
//
import XCTest
@testable import Shared
@testable import SideStoreShared
class SharedTests: XCTestCase {
class SideStoreSharedTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.