Skip to content

Commit

Permalink
adapt for new-style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmocny committed Aug 5, 2014
1 parent 367004d commit 73c68ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
exports.init = function() {
eval(require('org.apache.cordova.test-framework.test').injectJasmineInterface(this, 'this'));
exports.defineAutoTests = function() {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 75000;

var zip = require('org.chromium.zip.Zip');

describe('Zip', function () {
Expand Down

0 comments on commit 73c68ec

Please sign in to comment.