Sort compounds in barchart #524
Annotations
2 errors and 7 warnings
|
build-and-test
Process completed with exit code 1.
|
|
tests/components/LabResultPlot.test.tsx > LabResultsPlot Component > passes correct data to BarChart component:
frontend/tests/components/LabResultPlot.test.tsx#L72
AssertionError: expected { label: 'Experiment 1', …(1) } to deeply equal { label: 'Experiment 1', …(1) }
- Expected
+ Received
{
"data": [
{
+ "x": "CH4",
+ "y": 0.1,
+ },
+ {
"x": "CO2",
"y": 0.4,
},
{
"x": "H2O",
"y": 0.4,
- },
- {
- "x": "CH4",
- "y": 0.1,
},
],
"label": "Experiment 1",
}
❯ tests/components/LabResultPlot.test.tsx:72:30
|
|
build-and-test:
frontend/src/contexts/SimulationContext.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-and-test:
frontend/src/contexts/SettingsContext.tsx#L97
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-and-test:
frontend/src/contexts/SettingsContext.tsx#L63
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
build-and-test:
frontend/src/contexts/SettingsContext.tsx#L52
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-and-test:
frontend/src/contexts/ModelContext.tsx#L41
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-and-test:
frontend/src/components/MassBalanceError.tsx#L101
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-and-test:
frontend/src/components/MassBalanceError.tsx#L50
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|