UNPKG

electron2appx

Version:

Compile Electron Apps into Windows Store AppX packages

11 lines (9 loc) 195 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { environment: 'node', globals: true, include: ['test/lib/**/*.js'], testTimeout: 10000 } })