Skip to content

Commit

Permalink
chore: temporarily remove codspeed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent d981c05 commit beeda8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 113 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,6 @@
"magic-string": "^0.30.8"
},
"devDependencies": {
"@codspeed/vitest-plugin": "3.1.0",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/kit": "workspace:*",
"@nuxt/test-utils": "3.11.0",
Expand Down
110 changes: 0 additions & 110 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vitest.config.ts
@@ -1,10 +1,10 @@
import { resolve } from 'pathe'
import { configDefaults, coverageConfigDefaults, defineConfig } from 'vitest/config'
import { isWindows } from 'std-env'
import codspeedPlugin from '@codspeed/vitest-plugin'
// import codspeedPlugin from '@codspeed/vitest-plugin'

export default defineConfig({
plugins: [codspeedPlugin()],
// plugins: [codspeedPlugin()],
resolve: {
alias: {
'#build/nuxt.config.mjs': resolve('./test/mocks/nuxt-config'),
Expand Down

0 comments on commit beeda8a

Please sign in to comment.