summaryrefslogtreecommitdiff
path: root/jstests/core/js2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-0/+1
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-21089 fix assert.throw/doesNotThrow() argument validationRobert Guo2016-10-271-1/+1
| | | | SERVER-21087 prevent use of "this" in the function passed to assert.throw/doesNotThrow()
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-15/+15
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-1/+1
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+23
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>