feliixx / mongoplayground

a simple sandbox to test and share MongoDB queries
https://mongoplayground.net
GNU Affero General Public License v3.0
179 stars 12 forks source link

parser_test: use mongosh instead of mongo #147

Closed feliixx closed 2 years ago

feliixx commented 2 years ago

mongo shell is deprecated in favor of mongosh. group test together in one single js file because mongosh is way slower to start than mongo

codecov[bot] commented 2 years ago

Codecov Report

Merging #147 (d7e9cdd) into dev (20f9e01) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #147   +/-   ##
=======================================
  Coverage   76.70%   76.70%           
=======================================
  Files          14       14           
  Lines        1176     1176           
=======================================
  Hits          902      902           
  Misses        243      243           
  Partials       31       31           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.