Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on 5eb15f7
  • Loading branch information
Docusaurus bot committed Aug 21, 2024
1 parent 76966f0 commit 3f18395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fixtures.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2><a class="anchor" aria-hidden="true" id="functional-test-local-fixtures"></a
<p>Use <code>FunFixture.map2</code> to compose multiple fixtures into a single fixture.</p>
<pre><code class="hljs css language-scala"><span class="hljs-comment">// Fixture with access to two temporary files.</span>
<span class="hljs-keyword">val</span> files2 = <span class="hljs-type">FunFixture</span>.map2(files, files)
<span class="hljs-comment">// files2: FunFixture[(Path, Path)] = munit.FunFixtures$FunFixture@6cb243a2</span>
<span class="hljs-comment">// files2: FunFixture[(Path, Path)] = munit.FunFixtures$FunFixture@297e926a</span>
files2.test(<span class="hljs-string">"two"</span>) {
<span class="hljs-keyword">case</span> (file1, file2) =&gt;
assertNotEquals(file1, file2)
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ <h2><a class="anchor" aria-hidden="true" id="quick-start"></a><a href="#quick-st
<pre><code class="hljs css language-scala">testFrameworks += <span class="hljs-keyword">new</span> <span class="hljs-type">TestFramework</span>(<span class="hljs-string">"munit.Framework"</span>)
</code></pre>
<p><strong>Mill</strong></p>
<pre><code class="hljs css language-scala"><span class="hljs-class"><span class="hljs-keyword">object</span> <span class="hljs-title">test</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Tests</span> <span class="hljs-keyword">with</span> <span class="hljs-title">TestModule</span>.<span class="hljs-title">Munit</span> </span>{
<span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">ivyDeps</span> </span>=
<pre><code class="hljs css language-scala"><span class="hljs-class"><span class="hljs-keyword">object</span> <span class="hljs-title">test</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">ScalaTests</span> <span class="hljs-keyword">with</span> <span class="hljs-title">TestModule</span>.<span class="hljs-title">Munit</span> </span>{
<span class="hljs-keyword">override</span> <span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">ivyDeps</span> </span>=
<span class="hljs-type">Agg</span>(
<span class="hljs-string">ivy"org.scalameta::munit::0.7.29"</span>
)
Expand Down

0 comments on commit 3f18395

Please sign in to comment.