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
An attempt at a compatibility layer of RSpec for Opal.
8
8
@@ -249,7 +249,7 @@ Limitations:
249
249
250
250
* Opal-rspec will not timeout while waiting for your async code to finish
251
251
252
-
Changes since 0.9:
252
+
Changes since 1.0:
253
253
254
254
* If you use async features, it's crucial to use a `# await: *await*` magic comment (this will cause any call to a method containing an `await` word to be compiled with an `await` ES8 keyword)
255
255
* Both `let` and `subject` that return a promise (ie. are async; also if they) must be referenced with an `.await` method
0 commit comments