We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a8181 commit 974fb5bCopy full SHA for 974fb5b
test/eca/features/context_test.clj
@@ -33,7 +33,7 @@
33
[{:type "repoMap"}
34
{:type "cursor"}
35
{:type "directory" :path root}
36
- {:type "directory" :path (h/file-path (str root "/dir"))}
+ {#_#_:type "directory" :path (h/file-path (str root "/dir"))}
37
{:type "file" :path (h/file-path (str root "/foo.txt"))}
38
{:type "file" :path (h/file-path (str root "/dir/nested.txt"))}
39
{:type "file" :path (h/file-path (str root "/bar.txt"))}
0 commit comments