You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/vitest.config.ts

13 lines
305 B

/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: CC0-1.0
*/
import { defineConfig } from 'vitest/config'
// stub - for the moment see build/frontend/vitest.config.ts
export default defineConfig({
test: {
projects: ['build/frontend*'],
},
})