feat: add article entity, model, service, and external API

This commit is contained in:
2026-04-01 00:26:00 -03:00
parent 324653dd2a
commit f494e243d0
9 changed files with 584 additions and 0 deletions

View File

@@ -82,6 +82,7 @@
"^.+\\.(ts|tsx)$": "ts-jest"
},
"moduleNameMapper": {
"\\.(png|jpg|jpeg|gif|webp|svg|ico)$": "<rootDir>/tests/setup/__mocks__/fileMock.js",
"^@/(.*)$": "<rootDir>/src/$1",
"^~/(.*)$": "<rootDir>/$1"
},