Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nector-nodejs into SNOW-502598-async-query-exec
  • Loading branch information
sfc-gh-ext-simba-lf committed Oct 26, 2023
2 parents a5b0fd3 + ff518cb commit 038f781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"async": "^3.2.3",
"mocha": "^5.2.0",
"mocha": "^10.2.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"test-console": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd $WORKSPACE

if [[ "$LOCAL_USER_NAME" == "jenkins" ]]; then
cd target_client
export PATH=$WORKSPACE/target_client/node_modules/mocha/bin:$PATH
export PATH=$WORKSPACE/target_client/node_modules/.bin:$PATH
else
export PATH=$WORKSPACE/node_modules/mocha/bin:$PATH
export PATH=$WORKSPACE/node_modules/.bin:$PATH
fi
cp $SOURCE_ROOT/ci/container/package.json .
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@aws-sdk/types": "^3.387.0",
"async": "^3.2.3",
"eslint": "^8.41.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"test-console": "^2.0.0"
Expand Down

0 comments on commit 038f781

Please sign in to comment.