Commit 791ec893 authored by Tristan Cavelier's avatar Tristan Cavelier

searchableencryption tests amd compatible

parent 36b58a84
......@@ -8,7 +8,13 @@
/*global module, test, stop, start, ok, deepEqual, RSVP, jIO, test_util, sjcl,
define, Blob */
(function () {
(function (dependencies, module) {
"use strict";
if (typeof define === "function" && define.amd) {
return define(dependencies, module);
}
module(RSVP, jIO);
}(["rsvp", "jio", "qunit"], function (RSVP, jIO) {
"use strict";
var spec;
......@@ -607,4 +613,4 @@
// always(server.restore.bind(server));
});
}());
}));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment