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 d81f801 commit f1514e0Copy full SHA for f1514e0
.gitignore
@@ -8,4 +8,4 @@ test/resources/.compiled
8
.profiles/
9
out/
10
/.nrepl-port
11
-test/transcripts/actual
+test/transcripts/_actual_
test/src/circus/oops/circus/build.clj
@@ -72,7 +72,7 @@
72
(str "test/transcripts/" kind "/" filename (if-not (empty? variant) (str "_" variant)) ".js")))
73
74
(defn get-actual-transcript-path [build]
75
- (get-transcript-path "actual" build))
+ (get-transcript-path "_actual_" build))
76
77
(defn get-expected-transcript-path [build]
78
(get-transcript-path "expected" build))
0 commit comments