Skip to content

Commit

Permalink
refactor: remove unused Kafka producer and mock producer files (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosbabik authored Oct 22, 2024
1 parent 9948780 commit 489eaa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 148 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "src/index.ts",
"scripts": {
"start": "npm run fix-olm-dependency && tsc && node ./build/src/index.js",
"start:kafka": "tsc && node ./build/src/kafkaProducerTesting/kafkaMockProducer.js",
"test": "env NODE_ENV=test jest --config ./jest.unit.config.js --colors",
"debug": "ts-node-dev --inspect --respawn --exit-child --watch src --transpile-only src/index.ts",
"fix-olm-dependency": "cp -r ./src/@matrix-org ./node_modules/",
Expand All @@ -22,7 +21,7 @@
"npm": ">=9.0.0",
"node": ">=18.0.0"
},
"author": "SWAP",
"author": "SIMS",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down Expand Up @@ -60,4 +59,4 @@
"ts-node-dev": "^2.0.0",
"tsyringe": "^4.8.0"
}
}
}
104 changes: 0 additions & 104 deletions src/kafkaProducerTesting/kafkaMessageProducer.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/kafkaProducerTesting/kafkaMockProducer.ts

This file was deleted.

0 comments on commit 489eaa3

Please sign in to comment.