Commit 5c5ad7ad authored by Jeromy's avatar Jeromy

note in assets test

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent c9b83c50
......@@ -9,12 +9,14 @@ import (
// TestEmbeddedDocs makes sure we don't forget to regenerate after documentation change
func TestEmbeddedDocs(t *testing.T) {
t.Skip("skipping for now, paths are hard")
testNFiles(initDocPaths, 6, t, "documents")
}
func TestDirIndex(t *testing.T) {
t.Skip("skipping for now, paths are hard")
t.Skip("skipping for now, code being tested is currently unused")
// TODO: import assets during init.
// this will require figuring out how to set the right paths up for
// referencing the code from its gx path
testNFiles(initDirIndex, 2, t, "assets")
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment