aboutsummaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-02 12:41:20 -0400
committerTong Sun <[email protected]>2023-05-02 12:43:18 -0400
commitf8e39207b0f4b56d29fa4b0711249462dd84b353 (patch)
tree51eba5d82a0070ca42f30a105337be5765972287 /main_test.go
parent- [+] add prop_test.go from jsonfiddle (diff)
downloadhtml2md-f8e39207b0f4b56d29fa4b0711249462dd84b353.tar.xz
html2md-f8e39207b0f4b56d29fa4b0711249462dd84b353.zip
- [#] use real test to replace dummy test
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/main_test.go b/main_test.go
deleted file mode 100644
index 1504011..0000000
--- a/main_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package main_test
-
-import (
- "testing"
-)
-
-func TestNothing(t *testing.T) {
- t.Logf("Dummy test passed")
-}