Skip to content

Commit

Permalink
Create vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerZANP committed Aug 13, 2023
1 parent 849f5a9 commit 25ded51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/remark-shaku-code-annotate/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from "vitest/config";
/// <reference types="vitest" />
export default defineConfig({
test: {
testTimeout: 1000 * 60 * 5,
},
});

1 comment on commit 25ded51

@vercel
Copy link

@vercel vercel bot commented on 25ded51 Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shaku-web – ./

shaku-web-git-main-jserzanp.vercel.app
shaku-web-jserzanp.vercel.app
shaku-web.vercel.app

Please sign in to comment.