about summary refs log tree commit diff stats
path: root/t/00-basic.rakutest
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-08-16 00:27:53 +0530
committerAndinus <andinus@nand.sh>2021-08-16 00:27:53 +0530
commitf60c2fb28918e4485fb6391356265bf14f1a9f91 (patch)
tree1f2b94dda82c50f376b91b42657b34197a6e4689 /t/00-basic.rakutest
parent34fff163576418fb7daae0a787deffa3dac42e39 (diff)
downloadtaurus-0.1.0.tar.gz
Add tests for seconds-to-str v0.1.0
Diffstat (limited to 't/00-basic.rakutest')
-rw-r--r--t/00-basic.rakutest6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest
new file mode 100644
index 0000000..ca3938b
--- /dev/null
+++ b/t/00-basic.rakutest
@@ -0,0 +1,6 @@
+use Test;
+
+plan 2;
+
+use-ok 'Taurus::CLI';
+use-ok 'Taurus::Seconds';
='/danisanti/profani-tty/commit/src/tools/clipboard.c?id=b46dbcc3633cd28411e3a301d7082098699e85ca'>b46dbcc3 ^
5d6cb3c7 ^
b46dbcc3 ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70