Added: cacheBust option (#71)
* Refactor request test to allow further tests to be added * Make cache-busting optional Closes #70
This commit was merged in pull request #71.
This commit is contained in:
committed by
Maxime Thirouin
parent
ee530f4c0a
commit
7976f06043
@@ -46,6 +46,7 @@ tape("test parse initalization options function", function(t) {
|
||||
t.deepEqual(typeof body_1.options.analytics,"function");
|
||||
|
||||
t.deepEqual(body_1.options.scrollTo,0);
|
||||
t.deepEqual(body_1.options.cacheBust,true);
|
||||
t.deepEqual(body_1.options.debug,false);
|
||||
t.end();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user