Add check for WASI to test
This commit is contained in:
parent
aa5ed1e560
commit
59c4cf9b53
|
@ -221,7 +221,7 @@ final class VisitorTests: XCTestCase {
|
|||
)
|
||||
XCTAssertEqual(stateObjectButton.label, Text("0"))
|
||||
stateObjectButton.action?()
|
||||
#if !canImport(Dispatch)
|
||||
#if !canImport(Dispatch) || os(WASI)
|
||||
stateObjectButton.action?()
|
||||
#endif
|
||||
reconciler.turnRunLoop()
|
||||
|
|
Loading…
Reference in New Issue