10 lines
96 B
Text
10 lines
96 B
Text
|
# key: tests
|
||
|
# name: test module
|
||
|
# --
|
||
|
#[cfg(test)]
|
||
|
mod ${1:tests} {
|
||
|
use super::*;
|
||
|
|
||
|
$0
|
||
|
}
|