Remove --js-deep-analylis & jsTimeline options, they are now on by default

This commit is contained in:
Gaël Métais
2016-03-24 09:46:08 +02:00
parent a00b1a96c7
commit 14f60d8dd3
6 changed files with 16 additions and 43 deletions
+1 -2
View File
@@ -170,9 +170,8 @@ describe('api', function() {
body.should.have.a.property('rules').that.is.an('object');
body.should.have.a.property('toolsResults').that.is.an('object');
// javascriptExecutionTree should only be filled if option jsTimeline is true
body.should.have.a.property('javascriptExecutionTree').that.is.an('object');
body.javascriptExecutionTree.should.deep.equal({});
body.javascriptExecutionTree.should.not.deep.equal({});
// Check if settings are correctly sent and retrieved
body.params.options.should.have.a.property('device').that.equals('tablet');