mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 06:20:23 +00:00
Add extend test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user