PHP Classes

File: vitest.config.js

Recommend this page to a friend!
  Packages of Alberto Arena   Laravel Truss   vitest.config.js   Download  
File: vitest.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Truss
View a diagram of a Laravel application models
Author: By
Last change:
Date: 9 days ago
Size: 302 bytes
 

Contents

Class file image Download
import { defineConfig } from 'vitest/config'; // Vitest owns the pure-logic unit tests under tests/js. The browser (Playwright) // specs under tests/e2e are a separate runner ? keep them out of Vitest's scope. export default defineConfig({ test: { include: ['tests/js/**/*.test.js'], }, });