]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: remove `transformMode` from vitest config
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 17 Aug 2023 15:18:48 +0000 (23:18 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 17 Aug 2023 15:18:48 +0000 (23:18 +0800)
commit653f9531ae22a26b0c46ec24559129fa35249bf5
tree4cb01aa579e57e6b0a623061ee7d859c7c832cc9
parent506666720176cb282dd563b0415f4746fd7e2b5f
fix: remove `transformMode` from vitest config

It's no longer needed in vitest 0.34:

> By default, tests with `jsdom` or `happy-dom` use `web` transform mode

https://github.com/vitest-dev/vitest/releases/tag/v0.34.0
template/config/vitest/vitest.config.js