Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 5229a0b

Browse files
committed
Comment cleanup on Babel output test.
1 parent 6cbfd13 commit 5229a0b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/CustomElements/v1/js/babel.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
1010

11-
suite('babel', function() {
11+
suite('Babel', function() {
1212

13-
// Fails because the XTypescript constructor does not return the result of
14-
// the super call. See: https://github.com/Microsoft/TypeScript/issues/7574
15-
test('customElements.define create babel generated ES5 via new', function() {
13+
test('customElements.define create Babel generated ES5 via new', function() {
1614
'use strict';
1715

1816
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@@ -43,7 +41,7 @@ suite('babel', function() {
4341
assert.instanceOf(e, XBabel);
4442
});
4543

46-
test('customElements.define create babel generated ES5 via createElement', function() {
44+
test('customElements.define create Babel generated ES5 via createElement', function() {
4745
'use strict';
4846

4947
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

0 commit comments

Comments
 (0)