Skip to content

Commit 8cea974

Browse files
author
sanex3339
committed
Added console.log to the test file to debug error on travis.ci
1 parent c60627a commit 8cea974

File tree

3 files changed

+30
-27
lines changed

3 files changed

+30
-27
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/sinon": "7.5.1",
6161
"@types/string-template": "1.0.2",
6262
"@types/webpack-env": "1.15.1",
63-
"@typescript-eslint/eslint-plugin": "2.19.2",
64-
"@typescript-eslint/parser": "2.19.2",
63+
"@typescript-eslint/eslint-plugin": "2.20.0",
64+
"@typescript-eslint/parser": "2.20.0",
6565
"chai": "4.2.0",
6666
"coveralls": "3.0.9",
6767
"eslint": "6.8.0",
@@ -78,7 +78,7 @@
7878
"pre-commit": "1.2.2",
7979
"rimraf": "3.0.2",
8080
"sinon": "8.1.1",
81-
"threads": "1.1.0",
81+
"threads": "1.2.0",
8282
"ts-loader": "6.2.1",
8383
"ts-node": "6.1.0",
8484
"typescript": "3.8.1-rc",

test/functional-tests/custom-code-helpers/self-defending/templates/SelfDefendingTemplate.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,15 @@ describe('SelfDefendingTemplate', function () {
159159
obfuscatedCode,
160160
(response: number) => {
161161
evaluationResult = response;
162+
console.log('response');
162163
done();
163164
},
164165
() => {
166+
console.log('error');
165167
done();
166168
},
167169
() => {
170+
console.log('timeout');
168171
done();
169172
},
170173
evaluationTimeout

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -323,40 +323,40 @@
323323
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.15.1.tgz#c8e84705e08eed430b5e15b39c65b0944e4d1422"
324324
integrity sha512-eWN5ElDTeBc5lRDh95SqA8x18D0ll2pWudU3uWiyfsRmIZcmUXpEsxPU+7+BsdCrO2vfLRC629u/MmjbmF+2tA==
325325

326-
"@typescript-eslint/eslint-plugin@2.19.2":
327-
version "2.19.2"
328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.2.tgz#e279aaae5d5c1f2547b4cff99204e1250bc7a058"
329-
integrity sha512-HX2qOq2GOV04HNrmKnTpSIpHjfl7iwdXe3u/Nvt+/cpmdvzYvY0NHSiTkYN257jHnq4OM/yo+OsFgati+7LqJA==
326+
"@typescript-eslint/eslint-plugin@2.20.0":
327+
version "2.20.0"
328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.20.0.tgz#a522d0e1e4898f7c9c6a8e1ed3579b60867693fa"
329+
integrity sha512-cimIdVDV3MakiGJqMXw51Xci6oEDEoPkvh8ggJe2IIzcc0fYqAxOXN6Vbeanahz6dLZq64W+40iUEc9g32FLDQ==
330330
dependencies:
331-
"@typescript-eslint/experimental-utils" "2.19.2"
331+
"@typescript-eslint/experimental-utils" "2.20.0"
332332
eslint-utils "^1.4.3"
333333
functional-red-black-tree "^1.0.1"
334334
regexpp "^3.0.0"
335335
tsutils "^3.17.1"
336336

337-
"@typescript-eslint/experimental-utils@2.19.2":
338-
version "2.19.2"
339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.2.tgz#4611d44cf0f0cb460c26aa7676fc0a787281e233"
340-
integrity sha512-B88QuwT1wMJR750YvTJBNjMZwmiPpbmKYLm1yI7PCc3x0NariqPwqaPsoJRwU9DmUi0cd9dkhz1IqEnwfD+P1A==
337+
"@typescript-eslint/experimental-utils@2.20.0":
338+
version "2.20.0"
339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.20.0.tgz#3b6fa5a6b8885f126d5a4280e0d44f0f41e73e32"
340+
integrity sha512-fEBy9xYrwG9hfBLFEwGW2lKwDRTmYzH3DwTmYbT+SMycmxAoPl0eGretnBFj/s+NfYBG63w/5c3lsvqqz5mYag==
341341
dependencies:
342342
"@types/json-schema" "^7.0.3"
343-
"@typescript-eslint/typescript-estree" "2.19.2"
343+
"@typescript-eslint/typescript-estree" "2.20.0"
344344
eslint-scope "^5.0.0"
345345

346-
"@typescript-eslint/parser@2.19.2":
347-
version "2.19.2"
348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.2.tgz#21f42c0694846367e7d6a907feb08ab2f89c0879"
349-
integrity sha512-8uwnYGKqX9wWHGPGdLB9sk9+12sjcdqEEYKGgbS8A0IvYX59h01o8os5qXUHMq2na8vpDRaV0suTLM7S8wraTA==
346+
"@typescript-eslint/parser@2.20.0":
347+
version "2.20.0"
348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9"
349+
integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw==
350350
dependencies:
351351
"@types/eslint-visitor-keys" "^1.0.0"
352-
"@typescript-eslint/experimental-utils" "2.19.2"
353-
"@typescript-eslint/typescript-estree" "2.19.2"
352+
"@typescript-eslint/experimental-utils" "2.20.0"
353+
"@typescript-eslint/typescript-estree" "2.20.0"
354354
eslint-visitor-keys "^1.1.0"
355355

356-
"@typescript-eslint/typescript-estree@2.19.2":
357-
version "2.19.2"
358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.2.tgz#67485b00172f400474d243c6c0be27581a579350"
359-
integrity sha512-Xu/qa0MDk6upQWqE4Qy2X16Xg8Vi32tQS2PR0AvnT/ZYS4YGDvtn2MStOh5y8Zy2mg4NuL06KUHlvCh95j9C6Q==
356+
"@typescript-eslint/typescript-estree@2.20.0":
357+
version "2.20.0"
358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.20.0.tgz#90a0f5598826b35b966ca83483b1a621b1a4d0c9"
359+
integrity sha512-WlFk8QtI8pPaE7JGQGxU7nGcnk1ccKAJkhbVookv94ZcAef3m6oCE/jEDL6dGte3JcD7reKrA0o55XhBRiVT3A==
360360
dependencies:
361361
debug "^4.1.1"
362362
eslint-visitor-keys "^1.1.0"
@@ -5040,10 +5040,10 @@ text-table@^0.2.0:
50405040
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50415041
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
50425042

5043-
threads@1.1.0:
5044-
version "1.1.0"
5045-
resolved "https://registry.yarnpkg.com/threads/-/threads-1.1.0.tgz#431bcdec8d27392b8a6dff4bec9d5285c23f2b6a"
5046-
integrity sha512-f7Pp6uULhxgrDhvXxU/AZpWq9ja9Bxgd0DhkWzIbChQCl7HbzMmtoEA+WhPklkbFPCDDHyxYVOiFcFPf0NkLXQ==
5043+
threads@1.2.0:
5044+
version "1.2.0"
5045+
resolved "https://registry.yarnpkg.com/threads/-/threads-1.2.0.tgz#f8a7a70aa355f003cccf894f85d55ff0bb87436b"
5046+
integrity sha512-QGHWxkLA+5IYe+Z1d/uhfYk+AbproPFAZoW48vrd+1N3MP37+e4wsyntpwhSixlY42dGtqRgP4b/Fqy/D6QBEQ==
50475047
dependencies:
50485048
callsites "^3.1.0"
50495049
debug "^4.1.1"

0 commit comments

Comments
 (0)