aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/locustsTests
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-11-04 13:41:30 -0600
committerMatthew Strapp <matt@mattstrapp.net>2024-11-05 17:27:12 -0600
commita8807af38f92f3c774244572c4066571ec2e6562 (patch)
tree70e7ba6447cf49981322edec6db8523791583378 /Tests/locustsTests
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-a8807af38f92f3c774244572c4066571ec2e6562.tar
locusts-a8807af38f92f3c774244572c4066571ec2e6562.tar.gz
locusts-a8807af38f92f3c774244572c4066571ec2e6562.tar.bz2
locusts-a8807af38f92f3c774244572c4066571ec2e6562.tar.lz
locusts-a8807af38f92f3c774244572c4066571ec2e6562.tar.xz
locusts-a8807af38f92f3c774244572c4066571ec2e6562.tar.zst
locusts-a8807af38f92f3c774244572c4066571ec2e6562.zip
feat: Swiftswift
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'Tests/locustsTests')
-rw-r--r--Tests/locustsTests/locustsTests.swift6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/locustsTests/locustsTests.swift b/Tests/locustsTests/locustsTests.swift
new file mode 100644
index 0000000..81edfee
--- /dev/null
+++ b/Tests/locustsTests/locustsTests.swift
@@ -0,0 +1,6 @@
+import Testing
+@testable import locusts
+
+@Test func example() async throws {
+ // Write your test here and use APIs like `#expect(...)` to check expected conditions.
+}