Add some testing to the bundle/ module.

This commit is contained in:
Calvin Rose
2024-05-25 12:44:49 -05:00
parent 46bdcece4d
commit 7d8af2f99a
10 changed files with 120 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
@{
:dependencies ["sample-dep2"]
}
+3
View File
@@ -0,0 +1,3 @@
(defn install
[manifest &]
(bundle/add-file manifest "dep1.janet"))