mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
aef9639405
GitOrigin-RevId: de2d0ed8cab15c4347ddecf227073a6d4e06120f
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
const { defineConfig } = require('vitest/config')
|
|
|
|
module.exports = defineConfig({
|
|
test: {
|
|
include: ['test/acceptance/js/**/*.test.{js,ts}'],
|
|
isolate: false,
|
|
},
|
|
})
|