Intern functional test: mock datetime -


i'm new intern test. know can mock datetime intern functional testing (example: test run 3 days ahead of today).

lolex (https://github.com/sinonjs/lolex) used sinon.js mock date.

it replaces date own implementation (https://github.com/sinonjs/lolex/blob/master/lolex.js#l477-l479).


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -