Skip to content

Commit

Permalink
Merge branch 'DAT-3139'
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bao committed Mar 7, 2024
2 parents 7b33bae + 97608b3 commit 3d109ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {CommonServerOptions, defineConfig, HttpProxy, loadEnv, ProxyOptions} from 'vite'
import react from '@vitejs/plugin-react'
import { visualizer } from "rollup-plugin-visualizer";
import {visualizer} from "rollup-plugin-visualizer";

let auth: string
try {
Expand Down
4 changes: 0 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import {defineConfig} from 'vitest/config'

// let testTimeout = process.env.NODE_ENV==='cloud'?2e4:1e4

export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
// environment: 'happy-dom',
// testTimeout,
},
})

0 comments on commit 3d109ca

Please sign in to comment.