Skip to content

Commit be1c115

Browse files
authored
Add js user tests (#22449)
* Add some new user tests to test salsa * Use current latest, not "latest" * Add other js user tests * Add new baselines * Fix new user tests' typeroot. Move github to octokit/rest
1 parent 2204fb3 commit be1c115

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+8105
-6
lines changed

tests/baselines/reference/user/acorn.log

+301
Large diffs are not rendered by default.

tests/baselines/reference/user/adonis-framework.log

+213
Large diffs are not rendered by default.
+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
Exit Code: 1
2+
Standard output:
3+
node_modules/assert/assert.js(73,28): error TS2339: Property 'name' does not exist on type '() => void'.
4+
node_modules/assert/assert.js(103,14): error TS2309: An export assignment cannot be used in a module with other exported elements.
5+
node_modules/assert/assert.js(123,8): error TS2339: Property 'AssertionError' does not exist on type '(value: any, message: any) => void'.
6+
node_modules/assert/assert.js(124,8): error TS2339: Property 'name' does not exist on type '(value: any, message: any) => void'.
7+
node_modules/assert/assert.js(125,8): error TS2339: Property 'actual' does not exist on type '(value: any, message: any) => void'.
8+
node_modules/assert/assert.js(126,8): error TS2339: Property 'expected' does not exist on type '(value: any, message: any) => void'.
9+
node_modules/assert/assert.js(127,8): error TS2339: Property 'operator' does not exist on type '(value: any, message: any) => void'.
10+
node_modules/assert/assert.js(129,10): error TS2339: Property 'message' does not exist on type '(value: any, message: any) => void'.
11+
node_modules/assert/assert.js(130,10): error TS2339: Property 'generatedMessage' does not exist on type '(value: any, message: any) => void'.
12+
node_modules/assert/assert.js(132,10): error TS2339: Property 'message' does not exist on type '(value: any, message: any) => void'.
13+
node_modules/assert/assert.js(133,10): error TS2339: Property 'generatedMessage' does not exist on type '(value: any, message: any) => void'.
14+
node_modules/assert/assert.js(154,12): error TS2339: Property 'stack' does not exist on type '(value: any, message: any) => void'.
15+
node_modules/assert/assert.js(160,22): error TS2339: Property 'AssertionError' does not exist on type '(value: any, message: any) => void'.
16+
node_modules/assert/assert.js(195,20): error TS2339: Property 'AssertionError' does not exist on type '(value: any, message: any) => void'.
17+
node_modules/assert/assert.js(205,8): error TS2339: Property 'fail' does not exist on type '(value: any, message: any) => void'.
18+
node_modules/assert/assert.js(215,55): error TS2339: Property 'ok' does not exist on type '(value: any, message: any) => void'.
19+
node_modules/assert/assert.js(217,8): error TS2339: Property 'ok' does not exist on type '(value: any, message: any) => void'.
20+
node_modules/assert/assert.js(223,8): error TS2339: Property 'equal' does not exist on type '(value: any, message: any) => void'.
21+
node_modules/assert/assert.js(224,72): error TS2339: Property 'equal' does not exist on type '(value: any, message: any) => void'.
22+
node_modules/assert/assert.js(230,8): error TS2339: Property 'notEqual' does not exist on type '(value: any, message: any) => void'.
23+
node_modules/assert/assert.js(232,50): error TS2339: Property 'notEqual' does not exist on type '(value: any, message: any) => void'.
24+
node_modules/assert/assert.js(239,8): error TS2339: Property 'deepEqual' does not exist on type '(value: any, message: any) => void'.
25+
node_modules/assert/assert.js(241,57): error TS2339: Property 'deepEqual' does not exist on type '(value: any, message: any) => void'.
26+
node_modules/assert/assert.js(245,8): error TS2339: Property 'deepStrictEqual' does not exist on type '(value: any, message: any) => void'.
27+
node_modules/assert/assert.js(247,63): error TS2339: Property 'deepStrictEqual' does not exist on type '(value: any, message: any) => void'.
28+
node_modules/assert/assert.js(366,8): error TS2339: Property 'notDeepEqual' does not exist on type '(value: any, message: any) => void'.
29+
node_modules/assert/assert.js(368,60): error TS2339: Property 'notDeepEqual' does not exist on type '(value: any, message: any) => void'.
30+
node_modules/assert/assert.js(372,8): error TS2339: Property 'notDeepStrictEqual' does not exist on type '(value: any, message: any) => void'.
31+
node_modules/assert/assert.js(383,8): error TS2339: Property 'strictEqual' does not exist on type '(value: any, message: any) => void'.
32+
node_modules/assert/assert.js(385,51): error TS2339: Property 'strictEqual' does not exist on type '(value: any, message: any) => void'.
33+
node_modules/assert/assert.js(392,8): error TS2339: Property 'notStrictEqual' does not exist on type '(value: any, message: any) => void'.
34+
node_modules/assert/assert.js(394,51): error TS2339: Property 'notStrictEqual' does not exist on type '(value: any, message: any) => void'.
35+
node_modules/assert/assert.js(473,8): error TS2339: Property 'throws' does not exist on type '(value: any, message: any) => void'.
36+
node_modules/assert/assert.js(478,8): error TS2339: Property 'doesNotThrow' does not exist on type '(value: any, message: any) => void'.
37+
node_modules/assert/assert.js(482,8): error TS2339: Property 'ifError' does not exist on type '(value: any, message: any) => void'.
38+
node_modules/assert/test.js(25,5): error TS2365: Operator '===' cannot be applied to types 'string | undefined' and 'boolean'.
39+
node_modules/assert/test.js(39,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
40+
node_modules/assert/test.js(55,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
41+
node_modules/assert/test.js(74,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
42+
node_modules/assert/test.js(84,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
43+
node_modules/assert/test.js(94,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
44+
node_modules/assert/test.js(103,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
45+
node_modules/assert/test.js(120,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
46+
node_modules/assert/test.js(128,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
47+
node_modules/assert/test.js(140,10): error TS2339: Property 'a' does not exist on type 'number[]'.
48+
node_modules/assert/test.js(141,10): error TS2339: Property 'b' does not exist on type 'number[]'.
49+
node_modules/assert/test.js(142,10): error TS2339: Property 'b' does not exist on type 'number[]'.
50+
node_modules/assert/test.js(143,10): error TS2339: Property 'a' does not exist on type 'number[]'.
51+
node_modules/assert/test.js(149,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
52+
node_modules/assert/test.js(157,51): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'never' has no compatible call signatures.
53+
node_modules/assert/test.js(161,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
54+
node_modules/assert/test.js(168,5): error TS2304: Cannot find name 'test'.
55+
node_modules/assert/test.js(182,5): error TS2304: Cannot find name 'test'.
56+
node_modules/assert/test.js(229,5): error TS2304: Cannot find name 'test'.
57+
node_modules/assert/test.js(235,5): error TS2304: Cannot find name 'test'.
58+
node_modules/assert/test.js(250,5): error TS2304: Cannot find name 'test'.
59+
node_modules/assert/test.js(254,5): error TS2304: Cannot find name 'test'.
60+
node_modules/assert/test.js(256,55): error TS2345: Argument of type 'TypeError' is not assignable to parameter of type 'string'.
61+
node_modules/assert/test.js(262,5): error TS2304: Cannot find name 'test'.
62+
node_modules/assert/test.js(279,5): error TS2304: Cannot find name 'test'.
63+
node_modules/assert/test.js(285,5): error TS2304: Cannot find name 'test'.
64+
node_modules/assert/test.js(320,5): error TS2304: Cannot find name 'test'.
65+
66+
67+
68+
Standard error:

0 commit comments

Comments
 (0)