You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added special syntax for Jest, Vitest and Jasmine: `toPassAsync()`. We strongly recommend using it. Many benefits come with it, for example beautiful error messages in case of a failing tests.
121
121
@@ -140,7 +140,7 @@ export default defineConfig({
140
140
141
141
### Jasmine
142
142
143
-
Jasmine unfortunately has some constraints and requires minimal setup. You will need just one line of code:
143
+
Jasmine unfortunately has some constraints and requires minimal setup. However, you will need just one line of code:
0 commit comments