Skip to content

Commit cc61be2

Browse files
committed
#RI-31 - Logical databases
1 parent 7c69e8d commit cc61be2

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

vite.config.mjs

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,11 @@ export default defineConfig({
103103
inline: ['rawproto', 'react-monaco-editor'],
104104
},
105105
},
106-
reporters: [
107-
'default',
108-
[
109-
'junit',
110-
{
111-
outputFile: './reports/junit.xml',
112-
},
113-
],
114-
[
115-
'html',
116-
{
117-
outputFile: './report/index.html',
118-
},
119-
],
120-
],
106+
reporters: ['default', 'junit', 'html'],
107+
outputFile: {
108+
junit: './reports/junit.xml',
109+
html: './report/index.html',
110+
},
121111
},
122112
})
123113

0 commit comments

Comments
 (0)