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 24, 2023
2 parents a479942 + 93eef4d commit a5b0fd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ module.exports = {
'arrow-spacing': ['warn'],
'block-spacing': ['warn'],
'brace-style': ['warn', '1tbs'],
'camelcase': ['warn'],
'comma-spacing': ['warn'],
'curly': ['warn', 'all'],
'eqeqeq': ['warn'],
'indent': ['warn', 2],
'key-spacing': ['warn'],
'keyword-spacing': ['warn'],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
},
"scripts": {
"lint:check": "eslint",
"lint:check:all": "eslint lib system_test test",
"lint:check:all": "eslint lib samples system_test test",
"lint:check:all:errorsOnly": "npm run lint:check:all -- --quiet",
"lint:fix": "eslint --fix",
"test": "mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js",
"test:integration": "mocha -timeout 180000 --recursive --full-trace test/integration/**/*.js test/integration/*.js",
Expand Down
2 changes: 0 additions & 2 deletions test/integration/ocsp_mock/testConnectionOcspMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ describe('Connection test with OCSP Mock', function ()
{
const valid = cloneConnOption(connOption.valid);

console.log(connOption.valid);

const isHttps = valid.accessUrl.startsWith("https");

function connect(errcode, connection, callback)
Expand Down

0 comments on commit a5b0fd3

Please sign in to comment.