diff options
| author | Alessio Biancalana <dottorblaster@apache.org> | 2020-03-26 23:27:35 +0100 |
|---|---|---|
| committer | Alessio Biancalana <dottorblaster@gmail.com> | 2020-04-02 21:15:28 +0200 |
| commit | 2ed662e4e06dd078f26116a7cb5a2d4eb28781fe (patch) | |
| tree | 20b3b69c4b3ee17468fc4f74a8a6cfbfdac3bf63 /test/javascript | |
| parent | 54a05e43c3098f6d37b12ea8831a8cc11e062391 (diff) | |
| download | couchdb-2ed662e4e06dd078f26116a7cb5a2d4eb28781fe.tar.gz | |
Port view_offset.js to elixir test suite
Diffstat (limited to 'test/javascript')
| -rw-r--r-- | test/javascript/tests/view_offsets.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/javascript/tests/view_offsets.js b/test/javascript/tests/view_offsets.js index 8b39cc247..179c96360 100644 --- a/test/javascript/tests/view_offsets.js +++ b/test/javascript/tests/view_offsets.js @@ -10,6 +10,8 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; + couchTests.view_offsets = function(debug) { if (debug) debugger; |
