feat: add code style prompt #9
Annotations
2 errors
|
build
Process completed with exit code 1.
|
|
__tests__/constant.spec.ts > context7 > getLibraryConfig:
__tests__/constant.spec.ts#L25
AssertionError: expected { id: 'g2', name: 'G2', β¦(3) } to deeply equal { id: 'g2', name: 'G2', β¦(2) }
- Expected
+ Received
{
+ "codeStyle": "",
"description": "Statistical charts, data visualization, business intelligence charts",
"id": "g2",
- "keywords": [],
+ "keywords": "",
"name": "G2",
}
β― __tests__/constant.spec.ts:25:36
|