summaryrefslogtreecommitdiff
path: root/test/javascript/tests/design_docs_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/design_docs_query.js')
-rw-r--r--test/javascript/tests/design_docs_query.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/javascript/tests/design_docs_query.js b/test/javascript/tests/design_docs_query.js
index 07e6577ab..7b4b612c0 100644
--- a/test/javascript/tests/design_docs_query.js
+++ b/test/javascript/tests/design_docs_query.js
@@ -9,8 +9,10 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.design_docs_query = function(debug) {
+ return console.log('done in test/elixir/test/design_docs_query_test.exs');
+
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});
db.createDb();