Search
boolean
false
--unstubGlobals
Restores all global variables that were changed with rstest.stubGlobal before every test.
import { defineConfig } from '@rstest/core'; export default defineConfig({ unstubGlobals: true, });