fix(docs):Docs and Exports
- Add documentation for recently released changes - Update some exports to include enums
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: { environment: "node", coverage: { provider: "v8", reporter: ["text", "html"] } },
|
||||
test: { environment: 'node', coverage: { provider: 'v8', reporter: ['text', 'html'] } },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user