add tests for announcement file format

This commit is contained in:
Michael Genson
2026-04-08 16:40:59 +00:00
parent 4efcd0c113
commit e5ca9c31fb
2 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
import path from "path";
import vue from "@vitejs/plugin-vue";
export default {
plugins: [vue()],
test: {
globals: true,
environment: "jsdom",