We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1be95 commit ac4abbeCopy full SHA for ac4abbe
bin/cli.js
@@ -87,8 +87,7 @@ if (isolatedInConfig === undefined) {
87
)
88
);
89
}
90
-// TODO: switch to false default in 2.x
91
-const isolated = isolatedInConfig ?? true;
+const isolated = isolatedInConfig ?? false;
92
93
/**
94
* @type {import("../dist/interface.d.ts").TestOption}
docs/release-note.md
@@ -1,5 +1,17 @@
1
# Release Note
2
3
+## 2.0.0
4
+
5
+🔄 Break Changes
6
7
+- Changed the default value of `isolated` from `true` to `false`.
8
9
+## 1.4.1
10
11
+🚀 Highlight Features
12
13
+- Supported windows officially.
14
15
## 1.4.0
16
17
🚀 Highlight Features
0 commit comments