You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If plugin enabled - vitest will not log any result
import{defineConfig}from'vitest/config'importcodspeedPluginfrom'@codspeed/vitest-plugin'exportdefaultdefineConfig({// for some reason it do not print results with pluginplugins: [codspeedPlugin()],})
If it's disabled vitest logs results as expected
import{defineConfig}from'vitest/config'importcodspeedPluginfrom'@codspeed/vitest-plugin'exportdefaultdefineConfig({// for some reason it do not print results with plugin// plugins: [codspeedPlugin()],})
If plugin enabled - vitest will not log any result
If it's disabled vitest logs results as expected
Repro
The text was updated successfully, but these errors were encountered: