Skip to content

Commit

Permalink
Merge branch 'hotfix/typing-issue-in-tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Aug 19, 2024
2 parents ddaef78 + 7b2dc90 commit c3e1a97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ <h2>Features</h2>
</ul>
</li>
</ul>
<blockquote>
<p><strong>Note</strong>: This plugin is still in development and may not be stable. Use with caution.</p>
</blockquote>
<h2>Installation</h2>
<ul>
<li><a href="https://npmjs.com/"><strong>npm</strong></a>: <code>npm i sync-cloud-storage</code></li>
Expand Down Expand Up @@ -283,4 +286,4 @@ <h2><a href="index.html">Home</a></h2>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-cloud-storage",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"license": "MIT",
"type": "module",
"main": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ describe.skip('Operations', () => {

const expectedTags = mergeTags(
[],
serverlessInputCustom.syncCloudStorage.storages[0].tags
serverlessInputCustom.syncCloudStorage.storages[0].tags ?? {}
)
const tagsSpy = jest.spyOn(syncCloudStorage, 'tags')
const newTags = await syncCloudStorage.tags()
Expand Down

0 comments on commit c3e1a97

Please sign in to comment.