aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-crypto-a.js
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-19 18:48:24 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-22 21:32:33 -0400
commita83fb587659d314fcf04b5456ad40f28663caf53 (patch)
treebfaf32a2102d4f016afd0aea08a6f07bf09ed25e /test/test-crypto-a.js
parentda101e8eb9da3808b3bd75d571e40d5c2f139d9d (diff)
downloadlibrejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.tar.lz
librejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.tar.xz
librejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.zip
Make test requires jpm-compatible
https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/cfx_to_jpm
Diffstat (limited to 'test/test-crypto-a.js')
-rw-r--r--test/test-crypto-a.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-crypto-a.js b/test/test-crypto-a.js
index caa12f8..4a2dd6e 100644
--- a/test/test-crypto-a.js
+++ b/test/test-crypto-a.js
@@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>.
*/
-var crypto = require("script_entries/crypto");
+var crypto = require("../lib/script_entries/crypto");
exports.testSha1EncryptTest = function(assert) {
var str = "This is my test string";