@ -115,6 +115,9 @@
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
"overrides": {
"ng2-charts": {
"ng2-charts-schematics": "0.1.7"
@ -211,18 +211,21 @@ describe('CommentsState', () => {
expect(items).toEqual([
{
id: '1',
index: 0,
comment: {
} as any as Comment,
replies: [],
}, {
id: '2',
index: 1,
replies: [
id: '4',
index: 3,
@ -249,12 +252,14 @@ describe('CommentsState', () => {