Skip to content

Commit

Permalink
test-runner: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Jan 14, 2025
1 parent 393d5fb commit 0795e32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storecraft/core",
"version": "1.0.23",
"version": "1.0.24",
"description": "Core Package for storecraft",
"license": "MIT",
"author": "Tomer Shalev (https://github.com/store-craft)",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/test-runner/storage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export const create = (storage, name) => {
// read
const get_stream = await storage.getStream(d.key);

console.log('success ', success);
console.log('get_stream ', get_stream);
// console.log('success ', success);
// console.log('get_stream ', get_stream);

// let's read
const reader = get_stream.value.getReader();
Expand Down

0 comments on commit 0795e32

Please sign in to comment.