module.exports = { globals: { describe: true, it: true, expect: true, beforeEach: true, afterEach: true, vi: true, }, };