fix: correct type of combineSmiles
function
#234
Annotations
4 errors
Run tests:
src/features/__tests__/getAtomFeatures.test.js#L39
AssertionError: expected { 'eM@HtB': 6 } to strictly equal { 'eM@HpB': 6 }
- Expected
+ Received
{
- "eM@HpB": 6,
+ "eM@HtB": 6,
}
❯ src/features/__tests__/getAtomFeatures.test.js:39:22
|
Run tests:
src/features/__tests__/getAtomFeatures.test.js#L47
AssertionError: expected { 'eM@HtB': 5, 'gC`@HzPD': 1, …(2) } to strictly equal { 'eM@HpB': 5, 'gC`@HxPD': 1, …(2) }
- Expected
+ Received
{
"eF@HpP": 1,
- "eM@HpB": 5,
+ "eM@HtB": 5,
"eM@HzB": 1,
- "gC`@HxPD": 1,
+ "gC`@HzPD": 1,
}
❯ src/features/__tests__/getAtomFeatures.test.js:47:22
|
Run tests:
src/hose/__tests__/getHoseCodes.test.js#L32
AssertionError: expected 9 to be 6 // Object.is equality
- Expected
+ Received
- 6
+ 9
❯ src/hose/__tests__/getHoseCodes.test.js:32:30
|
Run tests
Process completed with exit code 1.
|
Loading