Skip to content

Commit f28e2e6

Browse files
imcuttletmcw
authored andcommitted
Rewrite es6 decorator support test unit
1 parent e1711da commit f28e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)