Skip to content

Commit

Permalink
fixup: also bump driver in vscode test for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Nov 25, 2024
1 parent 558ed00 commit ba5b8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cd "$test_root_dir"
git clone --depth=10 https://github.com/mongodb-js/vscode.git
cd vscode
npm install --force
rm -rf node_modules/@mongosh
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
rm -rf node_modules/@mongosh node_modules/mongodb
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh && ln -s "$mongosh_root_dir/node_modules/mongodb" mongodb)
# This test can require a lot of memory so we bump the maximum size.
NODE_OPTIONS=--max-old-space-size=4096 npm test
cd /tmp
Expand Down

0 comments on commit ba5b8eb

Please sign in to comment.