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 378667a commit 528633dCopy full SHA for 528633d
assembly/index.ts
@@ -93,8 +93,3 @@ export function remock<T extends Function>(originalFunction: T): void {
93
export function expect<T>(value: T): Value<T> {
94
return new Value<T>(value);
95
}
96
-
97
-/**
98
- * @deprecated no need to use endTest now
99
- */
100
-export function endTest(): void {}
docs/release-note.md
@@ -4,6 +4,7 @@
4
5
🔄 Break Changes
6
7
+- Remove deprecated `endTest` API.
8
- Changed the default value of `isolated` from `true` to `false`.
9
10
🛠️ Improvements
0 commit comments