Closed sweep-ai[bot] closed 9 months ago
This pull request was created to fix GitHub Actions on 4411b4b.
This pull request includes the following changes:
.github/workflows/test.yml
package.json
src/index.ts
Allow
./options
vitest.config.mjs
vitest
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This pull request was created to fix GitHub Actions on 4411b4b.
Description
This pull request includes the following changes:
.github/workflows/test.yml
to test and export coverage report.package.json
file to update the versions of devDependencies.src/index.ts
file to importAllow
from./options
as default.vitest.config.mjs
forvitest
with coverage provider set to "istanbul".Summary
.github/workflows/test.yml
to test and export coverage report.package.json
file.src/index.ts
file to importAllow
from./options
as default.vitest.config.mjs
forvitest
with coverage provider set to "istanbul".