summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/with_package_json
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-12-06 17:02:52 -0700
committerGitHub <noreply@github.com>2023-12-06 17:02:52 -0700
commit9314928990a6cbd0bc0abe3100872ba2682eda9a (patch)
tree462d19eeaac0974a752128ad5d8b64e1066be8af /cli/tests/testdata/run/with_package_json
parent68d356eed91731cd0c13eb946f296aa90ef4d5ac (diff)
chore: bump deno_core and update tests (#21467)
Landing changes required for https://github.com/denoland/deno_core/pull/359 We needed to update 99_main.js and a whole load of tests. API changes: - setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler. The function is now called from eventLoopTick. - The promiseRejectMacrotaskCallback no longer exists, as this is automatically handled in eventLoopTick. - ops.op_dispatch_exception now takes a second parameter: in_promise. The preferred way to call this op is now reportUnhandledException or reportUnhandledPromiseRejection.
Diffstat (limited to 'cli/tests/testdata/run/with_package_json')
-rw-r--r--cli/tests/testdata/run/with_package_json/no_deno_json/noconfig.out1
-rw-r--r--cli/tests/testdata/run/with_package_json/npm_binary/main.out1
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/with_package_json/no_deno_json/noconfig.out b/cli/tests/testdata/run/with_package_json/no_deno_json/noconfig.out
index ee6e346de..b9f9a6dea 100644
--- a/cli/tests/testdata/run/with_package_json/no_deno_json/noconfig.out
+++ b/cli/tests/testdata/run/with_package_json/no_deno_json/noconfig.out
@@ -1,3 +1,4 @@
[WILDCARD]package.json auto-discovery is disabled
[WILDCARD]
success
+[WILDCARD]
diff --git a/cli/tests/testdata/run/with_package_json/npm_binary/main.out b/cli/tests/testdata/run/with_package_json/npm_binary/main.out
index 56cdae6f9..13d196a5e 100644
--- a/cli/tests/testdata/run/with_package_json/npm_binary/main.out
+++ b/cli/tests/testdata/run/with_package_json/npm_binary/main.out
@@ -4,3 +4,4 @@ this
is
a
test
+[WILDCARD]