fix event emitter test
This commit is contained in:
parent
847ccceac3
commit
b7bb042d38
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ module.exports = {
|
|||
});
|
||||
|
||||
if (typeof module !== "undefined" && module === require.main) {
|
||||
require("asyncjs/test").testcase(module.exports).exec()
|
||||
require("asyncjs").test.testcase(module.exports).exec()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue