@vitest/utils 2.0.0-beta.11 → 2.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/source-map.js +4 -1
- package/package.json +1 -1
package/dist/source-map.js
CHANGED
@@ -774,7 +774,10 @@ const stackIgnorePatterns = [
|
|
774
774
|
"/node_modules/tinypool/",
|
775
775
|
"/node_modules/tinyspy/",
|
776
776
|
// browser related deps
|
777
|
-
"/deps/",
|
777
|
+
"/deps/chunk-",
|
778
|
+
"/deps/@vitest",
|
779
|
+
"/deps/loupe",
|
780
|
+
"/deps/chai",
|
778
781
|
/node:\w+/,
|
779
782
|
/__vitest_test__/,
|
780
783
|
/__vitest_browser__/,
|