| commit | 9e7c2d38538c8d69ab66a0ff85ed035fd65b00f0 | [log] [tgz] |
|---|---|---|
| author | Nolan Lawson <nolan.lawson@gmail.com> | Fri Feb 17 07:29:29 2017 -0800 |
| committer | Nolan Lawson <nolan.lawson@gmail.com> | Fri Feb 17 07:29:29 2017 -0800 |
| tree | 8a76824c5113f7b5375056634c76abdc966a85a2 | |
| parent | 06563ed675b9aa917eb1fb48e3f187496f2dd653 [diff] |
actually run the pouchdb-find tests in the browser
diff --git a/bin/test-browser.js b/bin/test-browser.js index d5833ac..d501f1c 100755 --- a/bin/test-browser.js +++ b/bin/test-browser.js
@@ -40,6 +40,8 @@ testUrl = testRoot + 'fuzzy/index.html'; } else if (process.env.TYPE === 'mapreduce') { testUrl = testRoot + 'mapreduce/index.html'; +} else if (process.env.TYPE === 'find') { + testUrl = testRoot + 'find/index.html'; } else { testUrl = testRoot + 'integration/index.html'; }