-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlerna-debug.log
140 lines (140 loc) · 6.18 KB
/
lerna-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
0 silly input [ 'validate' ]
1 silly flags { _: [ 'run' ],
1 silly flags 'reject-cycles': false,
1 silly flags rejectCycles: false,
1 silly flags script: 'validate',
1 silly flags args: [] }
2 verbose rootPath /Users/benjaminsmawfield/Documents/lerna
3 info version 2.11.0
4 silly existsSync /Users/benjaminsmawfield/Documents/lerna/VERSION
5 info versioning independent
6 silly initialize attempt
7 silly initialize success
8 silly execute attempt
9 silly runScriptInDir validate [] shared
10 silly getExecOpts { cwd: '/Users/benjaminsmawfield/Documents/lerna/packages/shared' }
11 silly runScriptInDir validate [] mobile
12 silly getExecOpts { cwd: '/Users/benjaminsmawfield/Documents/lerna/packages/mobile' }
13 silly runScriptInDir validate [] web
14 silly getExecOpts { cwd: '/Users/benjaminsmawfield/Documents/lerna/packages/web' }
15 error validate Errored while running script in 'bars-web'
16 error execute callback with error
17 error Error: Command failed: yarn run validate
17 error PASS src/components/Bar/BarComponent.spec.js
17 error PASS src/reducers.spec.js
17 error PASS src/components/App/AppComponent.spec.js
17 error FAIL src/components/Bars/BarsComponent.spec.js
17 error ● BarsComponent › Should render bars
17 error
17 error expect(value).toMatchSnapshot()
17 error
17 error Received value does not match stored snapshot "BarsComponent Should render bars 1".
17 error
17 error - Snapshot
17 error + Received
17 error
17 error @@ -16,10 +16,11 @@
17 error limit={50}
17 error value={3}
17 error />
17 error <div>
17 error <select
17 error + className="barsSelect"
17 error onChange={[Function]}
17 error value={0}
17 error >
17 error <option
17 error key="0"
17 error @@ -43,22 +44,25 @@
17 error 3
17 error </option>
17 error </select>
17 error <div>
17 error <button
17 error + className="barsButton"
17 error key="0"
17 error onClick={[Function]}
17 error >
17 error 10
17 error </button>
17 error <button
17 error + className="barsButton"
17 error key="1"
17 error onClick={[Function]}
17 error >
17 error 20
17 error </button>
17 error <button
17 error + className="barsButton"
17 error key="2"
17 error onClick={[Function]}
17 error >
17 error -30
17 error </button>
17 error
17 error 18 | );
17 error 19 |
17 error > 20 | expect(barsComponent).toMatchSnapshot();
17 error | ^
17 error 21 | })
17 error 22 | );
17 error 23 |
17 error
17 error at Object.<anonymous> (src/components/Bars/BarsComponent.spec.js:20:27)
17 error
17 error › 1 snapshot failed.
17 error Snapshot Summary
17 error › 1 snapshot failed from 1 test suite. Inspect your code changes or run `yarn run test:unit -u` to update them.
17 error
17 error Test Suites: 1 failed, 3 passed, 4 total
17 error Tests: 1 failed, 4 passed, 5 total
17 error Snapshots: 1 failed, 3 passed, 4 total
17 error Time: 6.519s
17 error Ran all test suites.
17 error npm ERR! code ELIFECYCLE
17 error npm ERR! errno 1
17 error npm ERR! [email protected] test:unit: `jest --config ./jest.config.js --coverage`
17 error npm ERR! Exit status 1
17 error npm ERR!
17 error npm ERR! Failed at the [email protected] test:unit script.
17 error npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
17 error
17 error npm ERR! A complete log of this run can be found in:
17 error npm ERR! /Users/benjaminsmawfield/.npm/_logs/2018-05-27T13_13_58_706Z-debug.log
17 error error Command failed with exit code 1.
17 error ERROR: "test" exited with 1.
17 error error Command failed with exit code 1.
17 error $ npm-run-all lint test
17 error $ npm-run-all lint:css lint:js
17 error $ stylelint './src/**/*.js'
17 error $ eslint --ext .js src/
17 error
17 error /Users/benjaminsmawfield/Documents/lerna/packages/web/src/index.js
17 error 34:9 warning Unexpected console statement no-console
17 error 37:9 warning Unexpected console statement no-console
17 error
17 error ✖ 2 problems (0 errors, 2 warnings)
17 error
17 error $ npm run test:unit && npm run test:feature
17 error
17 error > [email protected] test:unit /Users/benjaminsmawfield/Documents/lerna/packages/web
17 error > jest --config ./jest.config.js --coverage
17 error
17 error ---------------------|----------|----------|----------|----------|-------------------|
17 error File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
17 error ---------------------|----------|----------|----------|----------|-------------------|
17 error All files | 100 | 100 | 100 | 100 | |
17 error src | 100 | 100 | 100 | 100 | |
17 error reducers.js | 100 | 100 | 100 | 100 | |
17 error src/components/App | 100 | 100 | 100 | 100 | |
17 error AppComponent.js | 100 | 100 | 100 | 100 | |
17 error src/components/Bar | 100 | 100 | 100 | 100 | |
17 error BarComponent.js | 100 | 100 | 100 | 100 | |
17 error src/components/Bars | 100 | 100 | 100 | 100 | |
17 error BarsComponent.js | 100 | 100 | 100 | 100 | |
17 error ---------------------|----------|----------|----------|----------|-------------------|
17 error info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
17 error info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
17 error
17 error at Promise.all.then.arr (/Users/benjaminsmawfield/Documents/lerna/node_modules/lerna/node_modules/execa/index.js:236:11)
17 error at <anonymous>