Skip to content

Commit

Permalink
update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and liuxingbaoyu committed Mar 8, 2024
1 parent 83ea6ef commit 3ec6abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -1,4 +1,5 @@
var _initClass, _decorated_class, _Class;
var _Class;
let _initClass, _decorated_class;
const expectedValue = 42;
function decorator(target) {
target.decoratorValue = expectedValue;
Expand Down
@@ -1,4 +1,5 @@
var _initClass, _decorated_class, _Class;
var _Class;
let _initClass, _decorated_class;
const expectedValue = 42;
function decorator(target) {
target.decoratorValue = expectedValue;
Expand Down

0 comments on commit 3ec6abe

Please sign in to comment.