Skip to content

Commit fb1cfae

Browse files
committed
Rewrite es6 decorator support test unit
1 parent b48c852 commit fb1cfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ describe('tagged namepaths', function () {
31713171
"}"
31723172
].join('\n'), {});
31733173
res.tags.should.have.length(1);
3174-
res.tags[0].description.should.be('class A {\n @observable a = 123\n }');
3174+
res.tags[0].description.should.equal('class A {\n @observable a = 123\n}');
31753175
});
31763176
});
31773177

0 commit comments

Comments
 (0)