avaテストランナーを使用するとエラーが発生します。コードの場合: test('gets account by ID with includes', async t => {
const c = new Client('http://localhost:8000/v2/', token);
const included = await c.account.get('2001',
私の依存関係の1つである.thenと.catchブロックで実行したいテストがいくつかあります。 import test from 'ava';
import sinon from 'sinon';
// Fake dependency code - this would be imported
const myDependency = {
someMethod:() => {}