fix tests

This commit is contained in:
Tankred Hase
2014-01-10 20:46:31 +01:00
parent d0b916fc3c
commit bf46ff3c9d
16 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
var openpgp = typeof window != 'undefined' && window.openpgp ? window.openpgp : require('openpgp');
var openpgp = typeof window != 'undefined' && window.openpgp ? window.openpgp : require('../../src/index');
var chai = require('chai'),
expect = chai.expect;