mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 13:26:17 +00:00
better performance in stickerbroswer
Emoji.sticker can return nil added tests to measure .sticker perfomance delete redundant stickerbrowserviewcontroller
This commit is contained in:
20
StickerSlackTests/StickerSlackTests.swift
Normal file
20
StickerSlackTests/StickerSlackTests.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// StickerSlackTests.swift
|
||||
// StickerSlackTests
|
||||
//
|
||||
// Created by neon443 on 29/10/2025.
|
||||
//
|
||||
|
||||
import Testing
|
||||
|
||||
struct StickerSlackTests {
|
||||
var hoarder = EmojiHoarder()
|
||||
|
||||
@Test func example() async throws {
|
||||
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||||
for emoji in hoarder.emojis {
|
||||
print(emoji.sticker)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user