diff options
Diffstat (limited to 'vitest.config.js')
| -rw-r--r-- | vitest.config.js | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/vitest.config.js b/vitest.config.js index e0e72e63..7603e92c 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -14,9 +14,12 @@   * You should have received a copy of the GNU General Public License   * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */ + +import codspeedPlugin from '@codspeed/vitest-plugin';  import {configDefaults, defineConfig} from 'vitest/config';  export default defineConfig({ +    plugins: [codspeedPlugin()],      test: {          exclude: [              ...configDefaults.exclude, |