Merge pull request #9 from betty2310/feat_diode_cp #31
Annotations
2 errors
src/logic/__tests__/ConvertGraphToNetList.spec.ts > ConvertGraphToNetList > Should convert AC graph to netlist:
src/logic/__tests__/ConvertGraphToNetList.spec.ts#L266
AssertionError: expected 'V*** *** 0 dc 0 ac *** sin(0 *** ***000 0 0 0)\…' to deeply equal 'V*** *** 0 AC *** SIN(0 *** ***000 0 0 0)\nC*** 0…'
- Expected
+ Received
- V*** *** 0 AC *** SIN(0 *** ***000 0 0 0)
+ V*** *** 0 dc 0 ac *** sin(0 *** ***000 0 0 0)
C*** 0 2 0.00000***
R*** 2 *** ***000
❯ src/logic/__tests__/ConvertGraphToNetList.spec.ts:266:2***
|
build
Process completed with exit code ***.
|