summaryrefslogtreecommitdiff
path: root/test/javascript
diff options
context:
space:
mode:
authorJuanjo Rodriguez <juanjo@apache.org>2020-07-13 22:44:05 +0200
committerJuanjo Rodriguez <jjrodrig@gmail.com>2020-07-22 16:53:00 +0200
commitb518f01a4def8eac085c76599ecf1b03aeff06f8 (patch)
tree732a168e7f4ab1a3121bd660950bd62557305e07 /test/javascript
parent909357e993816bd4a441a701ed97a23acaaffa2f (diff)
downloadcouchdb-b518f01a4def8eac085c76599ecf1b03aeff06f8.tar.gz
port update_documents.js into elixir
Diffstat (limited to 'test/javascript')
-rw-r--r--test/javascript/tests/update_documents.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/update_documents.js b/test/javascript/tests/update_documents.js
index 6cd4a91d6..913c99a57 100644
--- a/test/javascript/tests/update_documents.js
+++ b/test/javascript/tests/update_documents.js
@@ -10,7 +10,7 @@
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true
couchTests.update_documents = function(debug) {
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});