i18n support for sicp #10835
Annotations
8 errors
|
lint (eslint)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (test --bail=1)
Process completed with exit code 1.
|
|
src/pages/sicp/subcomponents/__tests__/SicpToc.test.tsx > Sicp toc renders correctly:
src/pages/sicp/subcomponents/__tests__/SicpToc.test.tsx#L16
Error: Snapshot `Sicp toc renders correctly 1` mismatched
- Expected
+ Received
<div
className="sicp-toc"
>
<div
- className="bp5-tree sicp-toc-tree"
- >
- <ul
- className="bp5-tree-node-list bp5-tree-root"
+ className="sicp-content"
- >
+ >
- <li
- className="bp5-tree-node"
- >
- <div
- className="bp5-tree-node-content bp5-tree-node-content-0"
- onClick={[Function]}
- onContextMenu={[Function]}
- onDoubleClick={[Function]}
- onMouseEnter={[Function]}
- onMouseLeave={[Function]}
- >
- <span
- className="bp5-tree-node-caret-none"
- />
- <span
- className="bp5-tree-node-label"
- >
- Foreword
- </span>
- </div>
- <div
- className="bp5-collapse"
- style={
- {
- "height": undefined,
- "overflowY": undefined,
- "transition": undefined,
- }
- }
- >
- <div
- aria-hidden={true}
- className="bp5-collapse-body"
- style={
- {
- "transform": "translateY(-undefinedpx)",
- "transition": undefined,
- }
- }
- />
- </div>
- </li>
- <li
- className="bp5-tree-node"
+ <div
+ className="bp5-non-ideal-state bp5-non-ideal-state-vertical"
- >
+ >
- <div
+ <div
- className="bp5-tree-node-content bp5-tree-node-content-0"
- onClick={[Function]}
- onContextMenu={[Function]}
- onDoubleClick={[Function]}
- onMouseEnter={[Function]}
- onMouseLeave={[Function]}
- >
- <span
- className="bp5-tree-node-caret-none"
- />
- <span
- className="bp5-tree-node-label"
- >
- Foreword to Structure and Interpretation of Computer Programs, 1984
- </span>
- </div>
- <div
- className="bp5-collapse"
- style={
- {
- "height": undefined,
- "overflowY": undefined,
- "transition": undefined,
- }
- }
- >
- <div
- aria-hidden={true}
- className="bp5-collapse-body"
- style={
+ className="bp5-non-ideal-state-visual"
+ style={
- {
- "transform": "translateY(-undefinedpx)",
- "transition": undefined,
- }
- }
- />
- </div>
- </li>
- <li
- className="bp5-tree-node"
- >
- <div
- className="bp5-tree-node-content bp5-tree-node-content-0"
- onClick={[Function]}
- onContextMenu={[Function]}
- onDoubleClick={[Function]}
- onMouseEnter={[Function]}
- onMouseLeave={[Function]}
- >
- <span
- className="bp5-tree-node-caret-none"
- />
- <span
- className="bp5-tree-node-label"
- >
- Preface
- </span>
- </div>
- <div
- className="bp5-collapse"
- style={
- {
- "height": undefined,
+ {
+ "fontSize": "48px",
- "overflowY": undefined,
- "transition": undefined,
- }
- }
- >
- <div
- aria-hidden={true}
- className="bp5-collapse-body"
- style={
- {
- "transform": "translateY(-undefinedpx)",
+ "lineHeight": "48px",
- "transition": undefined,
- }
- }
+ }
+ }
- />
+ >
- </div>
+ <div
- </li>
- <li
- className="bp5-tree-node"
- >
- <
|
|
lint (build)
The operation was canceled.
|
|
lint (build)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (tsc)
The operation was canceled.
|
|
lint (tsc)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|