blob: d778d49b46ce125ddd210f741f4821afbf1b2c6c (
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", "extra_macros"]
files = ["Cargo.toml", "src/main.rs"]
|