Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 26, 2024
1 parent 7993a09 commit 311a6eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/ridb/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/// <reference types="vitest" />
import { defineConfig } from 'vite'
import { resolve } from 'path'
import wasm from "vite-plugin-wasm"
import topLevelAwait from "vite-plugin-top-level-await"

const isCI = process.env.CI === "true";

export default defineConfig({
root: resolve(__dirname, '../..'),
build: {
minify: 'terser',
terserOptions: {
Expand All @@ -18,7 +13,7 @@ export default defineConfig({
}
},
test: {
setupFiles: ['./packages/ridb/tests/setup.ts'],
setupFiles: ['./tests/setup.ts'],
reporters: ['verbose'],
coverage: {
provider: 'istanbul',
Expand Down

0 comments on commit 311a6eb

Please sign in to comment.