Add extend test

This commit is contained in:
Leon Yu
2016-03-15 17:23:30 -04:00
parent ca92a5b250
commit 047b1d34fd
+4
View File
@@ -105,6 +105,10 @@ describe('EventEmitter', function tests() {
/* rawr, i'm a beast */
}
class BeastES6 extends EventEmitter3ImportedAsES6Module {
/* rawr, i'm a beast */
}
util.inherits(Beast, EventEmitter);
var moop = new Beast()