mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Tidy vitest config after winbox removal
Drop the stray blank line where 'winbox' lived, and let prettier sort the imports while we're here.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
/// <reference types="vitest" />
|
||||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue2";
|
||||
import path from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
import { i18nPlugin } from "./tests/vitest/test-plugin";
|
||||
import { yamlPlugin } from "./tests/vitest/yaml-plugin";
|
||||
|
||||
@@ -14,7 +15,6 @@ const modulesToTransform = [
|
||||
"bootstrap-vue",
|
||||
"rxjs",
|
||||
"@hirez_io",
|
||||
|
||||
"pretty-bytes",
|
||||
"@fortawesome",
|
||||
"ro-crate-zip-explorer",
|
||||
|
||||
Reference in New Issue
Block a user