From 5df46f19a7ed9772cd639a81e4ab57efb8023bbb Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 18 Nov 2021 16:59:32 +0530 Subject: Add basic test for Fornax::GenerateFrame --- t/00-basic.rakutest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest index a119847..9731395 100644 --- a/t/00-basic.rakutest +++ b/t/00-basic.rakutest @@ -1,6 +1,7 @@ use Test; -plan 2; +plan 3; use-ok 'Fornax::CLI'; use-ok 'Fornax::Hex2RGB'; +use-ok 'Fornax::GenerateFrame'; -- cgit 1.4.1-2-gfad0 orm'>
mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/uml/2.session
blob: 5af415f672dd9cdd5610ef82f673e81d8465efd0 (plain) (tree)
1
2
3
4
5
6
7
8