Skip to content

Commit

Permalink
deploy: 5d62679
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 9, 2024
1 parent 057857f commit 9e54f90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion getting-started/testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1><a class="header" href="#testing-your-app" id="testing-your-app">Testing you
<code>Package.swift</code> package manifest for this to work. We assume that you use SwiftPM to build your
project and that you have a working package manifest. Please follow <a href="./swift-package.html">our SwiftPM guide</a> for new projects.</p>
<h2><a class="header" href="#a-simple-test-case" id="a-simple-test-case">A simple test case</a></h2>
<p>Let's assume you have a <code>SwiftWasmLibrary</code> target in your project that you'd like to test. Your
<p>Let's assume you have an <code>Example</code> target in your project that you'd like to test. Your
<code>Package.swift</code> should also have a test suite target with a dependency on the library target. It
would probably look like this:</p>
<pre><code class="language-swift">// swift-tools-version: 5.9
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h1><a class="header" href="#testing-your-app" id="testing-your-app">Testing you
<code>Package.swift</code> package manifest for this to work. We assume that you use SwiftPM to build your
project and that you have a working package manifest. Please follow <a href="getting-started/./swift-package.html">our SwiftPM guide</a> for new projects.</p>
<h2><a class="header" href="#a-simple-test-case" id="a-simple-test-case">A simple test case</a></h2>
<p>Let's assume you have a <code>SwiftWasmLibrary</code> target in your project that you'd like to test. Your
<p>Let's assume you have an <code>Example</code> target in your project that you'd like to test. Your
<code>Package.swift</code> should also have a test suite target with a dependency on the library target. It
would probably look like this:</p>
<pre><code class="language-swift">// swift-tools-version: 5.9
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9e54f90

Please sign in to comment.