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 3e9f319 commit 257e671Copy full SHA for 257e671
Tests/BasicsTests/SampleTests.swift
@@ -0,0 +1,9 @@
1
+import Testing
2
+
3
+struct Foo {
4
5
+ @Test
6
+ func myTest() {
7
+ #expect(Bool(true))
8
+ }
9
+}
0 commit comments