Skip to content

Commit 2755c63

Browse files
feat: add searches and aggregation to express backend
1 parent 55b7c65 commit 2755c63

8 files changed

Lines changed: 1830 additions & 98 deletions

File tree

client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "bundler",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"jsx": "react-jsx",
18+
"jsx": "preserve",
1919
"incremental": true,
2020
"plugins": [
2121
{

server/express/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"dev": "ts-node src/app.ts",
1313
"test": "jest",
1414
"test:watch": "jest --watch",
15-
"test:coverage": "jest --coverage"
15+
"test:coverage": "jest --coverage",
16+
"test:unit": "jest tests/controllers",
17+
"test:verbose": "jest --verbose",
18+
"test:silent": "jest --silent"
1619
},
1720
"dependencies": {
1821
"cors": "^2.8.5",

0 commit comments

Comments
 (0)