MithrilJS / ospec

Noiseless testing framework
MIT License
48 stars 13 forks source link

Add support for asynchronous test with arrow functions. #2

Closed kesara closed 4 years ago

kesara commented 4 years ago

Asynchronous tests doesn't work with arrow functions

Description

Add support for asynchronous test with arrow functions.

Motivation and Context

Fix for #1.

How Has This Been Tested?

Added test with arrow function to ospec/tests/test-ospec.js

Types of changes

Checklist:

dead-claudia commented 4 years ago

Also, while you're at it, you can feel free to merge from master since #3 was merged.