mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
LibJS: Re-enable "reassignment to const" test
It passes now :^)
This commit is contained in:
parent
f7d64e9fa8
commit
be9df404fd
Notes:
sideshowbarker
2024-07-18 21:54:27 +09:00
Author: https://github.com/speles Commit: https://github.com/SerenityOS/serenity/commit/be9df404fd1 Pull-request: https://github.com/SerenityOS/serenity/pull/5527
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
// I'm not sure how this test passed before the refactor, but it definitely doesn't work at all
|
||||
test.skip("reassignment to const", () => {
|
||||
test("reassignment to const", () => {
|
||||
const constantValue = 1;
|
||||
expect(() => {
|
||||
constantValue = 2;
|
||||
|
|
Loading…
Reference in a new issue