diff options
author | Andinus <andinus@nand.sh> | 2023-03-28 10:13:34 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2023-03-28 10:13:34 +0530 |
commit | a59630771f33c28f52cf947dc26a53e187d1252f (patch) | |
tree | 546718c07a06bff786678cc5aa6ec055cf40143c /t/00-basic.rakutest | |
parent | eb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9 (diff) | |
download | TemplateNestFast-main.tar.gz |
Diffstat (limited to 't/00-basic.rakutest')
-rw-r--r-- | t/00-basic.rakutest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest new file mode 100644 index 0000000..bcd096f --- /dev/null +++ b/t/00-basic.rakutest @@ -0,0 +1,5 @@ +use Test; + +plan 1; + +use-ok 'Template::Nest::Fast'; |