BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.61k stars 206 forks source link

Fix missing await #9

Closed tpaulshippy closed 3 months ago

tpaulshippy commented 3 months ago

Purpose

I noticed this while writing tests. My test run would log issues with mocks not returning promises and I traced it back to this.

Approach

Await async function