Skip to content

Instantly share code, notes, and snippets.

@botanicus
Last active August 29, 2015 14:27
Show Gist options
  • Save botanicus/55dbf37d941f2c6b3472 to your computer and use it in GitHub Desktop.
Save botanicus/55dbf37d941f2c6b3472 to your computer and use it in GitHub Desktop.
I wish ES7 decorators would work with testing frameworks.
@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