blob: 1d493000ada4f1a69610d0e176da95fc4e11114d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-unit-test"
name = "Unit Test"
icon = "🧪"
category = "testing"
desc = """
Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers.
"""
tags = ["testing", "extras"]
files = ["src/main.rs", "Cargo.toml"]
|