We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4589638 commit 427d1e2Copy full SHA for 427d1e2
Tests/DocUploadBundleTests/DocUploadBundleTests.swift
@@ -107,6 +107,9 @@ final class DocUploadBundleTests: XCTestCase {
107
XCTAssertNoThrow(
108
try DocUploadBundle.unzip(bundle: url.path(), outputPath: tempDir)
109
)
110
+ XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/metadata.json"))
111
+ XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/main/index.html"))
112
+ XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/main/index/index.json"))
113
}
114
115
0 commit comments