mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08: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