Last active
August 29, 2015 14:27
-
-
Save botanicus/55dbf37d941f2c6b3472 to your computer and use it in GitHub Desktop.
I wish ES7 decorators would work with testing frameworks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@freezeTime('2015-10-10T10:00:00Z') | |
it('shows a list of the sessions that were passed in', function() { | |
// The test with frozen time. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment