Skip to content

Commit

Permalink
chore(release): @deno/shim-deno 0.18.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 28, 2024
1 parent bdd273a commit 30c7a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/shim-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deno/shim-deno",
"version": "0.17.0",
"version": "0.18.0",
"description": "Deno namespace shim for Node.js",
"keywords": [
"deno namespace",
Expand Down
1 change: 1 addition & 0 deletions packages/shim-deno/tools/run_tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const testsToSkip = new Set([
"timeoutBindThis",
"timeoutCallbackThis",
"timeoutEvalNoScopeLeak",
"regression for #20367", // interestingly, node.js seems flaky on this

// truncate_test
"truncateSyncPerm", // permissions
Expand Down

0 comments on commit 30c7a69

Please sign in to comment.