diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-06 14:57:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 14:57:25 +0100 |
commit | 7c111da5f698b20db4db9e7fc02463f401c081db (patch) | |
tree | 799db706f7b54fe697009f360a5465505cbab884 /cli/tests/integration/js_unit_tests.rs | |
parent | e568cb8bf85161ea850ca2ae3b11247a0d5dcabd (diff) |
fix: Support Symbol.metadata (#22282)
This commit adds support for "Symbol.metadata" which was
omitted when adding support for the Decorators Proposal.
Closes https://github.com/denoland/deno/issues/22111
Diffstat (limited to 'cli/tests/integration/js_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/js_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 00e26cc91..cb843ee4e 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -84,6 +84,7 @@ util::unit_test_factory!( stdio_test, streams_test, structured_clone_test, + symbol_test, symlink_test, sync_test, test_util, |