Update fullstack guidelines to use 'bun' instead of 'npm' for testing; modify package.json to lock specific versions of dependencies for consistency; adjust TypeScript code for improved type handling in simulateExecuteOrder function; enhance swap-tokens test with additional parameters for better coverage.
This commit is contained in:
@@ -95,6 +95,7 @@ Key Principles
|
||||
- you have to pass from controller -> application -> repository, do not inject repository inside controllers
|
||||
- dont use command line to edit file, use agent mode capabilities to do it
|
||||
- when dividing, make sure variable is not zero
|
||||
- to test a single ts test you can run : npm run test:single test/plugins/test-name-file.test.tsx
|
||||
- to test a single ts test you can run : bun run test:single test/plugins/test-name-file.test.tsx
|
||||
- do not implement business logic on the controller, keep the business logic for Service files
|
||||
- When adding new property to and Orleans state, always add the property after the last one and increment the id
|
||||
- Do not use "npm" use only "bun" command for Web3Proxy and WebApp
|
||||
|
||||
Reference in New Issue
Block a user