Search
string[]
['**/*.{test,spec}.?(c|m)[jt]s?(x)']
A list of glob patterns that match your test files.
import { defineConfig } from '@rstest/core'; export default defineConfig({ include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'], });