summaryrefslogtreecommitdiff
path: root/test/javascript/tests/design_paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/design_paths.js')
-rw-r--r--test/javascript/tests/design_paths.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/javascript/tests/design_paths.js b/test/javascript/tests/design_paths.js
index 6e816991a..e1d64ea77 100644
--- a/test/javascript/tests/design_paths.js
+++ b/test/javascript/tests/design_paths.js
@@ -9,8 +9,9 @@
// 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_paths = function(debug) {
+ return console.log('done in test/elixir/test/design_paths.exs');
if (debug) debugger;
var db_name = get_random_db_name()
var dbNames = [db_name, db_name + "/with_slashes"];