Minor Changes
-
#206
64c18f9
Thanks @mattcompiles! - AdddisableRuntimeStyles
entrypointIn testing environments (like
jsdom
) vanilla-extract will create and insert styles. While this is often desirable, it can be a major slowdown in your tests. If your tests don't require styles to be available, thedisableRuntimeStyles
import will disable all style creation.// setupTests.ts import '@vanilla-extract/css/disableRuntimeStyles';