Skip to content

Commit

Permalink
update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 6, 2024
1 parent ce4bc08 commit b090d42
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 b090d42

Please sign in to comment.