0
雖然whenStable
返回一個承諾使用等待上fixture.whenStable,我不能用等待。
下面是我tsconfig
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
我使用"typescript": "^2.1.5"
消息是不言自明的,使您的功能異步。 – Sakuto
這將是很高興有一種方法來使'它'func async,所以我們可以使用await –