mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
chore: Add vitest.config.ts as expected and remove Jest config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
a5e58dc45e
commit
e0b81410f4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ $expectedFiles = [
|
|||
'dist',
|
||||
'index.html',
|
||||
'index.php',
|
||||
'jest.config.ts',
|
||||
'lib',
|
||||
'LICENSES',
|
||||
'occ',
|
||||
|
|
@ -82,6 +81,7 @@ $expectedFiles = [
|
|||
'tsconfig.json',
|
||||
'vendor-bin',
|
||||
'version.php',
|
||||
'vitest.config.ts',
|
||||
'webpack.common.js',
|
||||
'webpack.config.js',
|
||||
'webpack.modules.js',
|
||||
|
|
|
|||
Loading…
Reference in a new issue