UNPKG

@microsoft/kiota-http-fetchlibrary

Version:

Kiota request adapter implementation with fetch

12 lines (10 loc) 376 B
import { defineConfig, configDefaults } from "vitest/config"; export default defineConfig({ test: { exclude: [...configDefaults.exclude, "**/*/{testUtils,dummyFetchHandler,testCallBackMiddleware,mockEntity,mockParseNodeFactory,index}.ts"], include: [...configDefaults.include, "test/**/*.ts"], coverage: { reporter: ["html", "cobertura"], }, }, });