add some tests

This commit is contained in:
2021-05-24 00:11:57 +03:00
parent b49779600c
commit dff0a38206
3 changed files with 70 additions and 7 deletions

View File

@@ -8,4 +8,8 @@ go_library(
],
importpath = "github.com/motiejus/code/undocker/rootfs",
visibility = ["//visibility:public"],
deps = [
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)