Browse Source

Feature/add unit test for redact attributes of object helper (#3846)

* Add unit test for redactAttributes()
pull/3661/merge
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
feb3de768a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3054
      apps/api/src/helper/object.helper.spec.ts
  2. 2
      package.json

3054
apps/api/src/helper/object.helper.spec.ts

File diff suppressed because it is too large

2
package.json

@ -47,7 +47,7 @@
"test": "npm run test:api && npm run test:common",
"test:api": "npx dotenv-cli -e .env.example -- nx test api",
"test:common": "npx dotenv-cli -e .env.example -- nx test common",
"test:single": "nx run api:test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts",
"test:single": "nx run api:test --test-file object.helper.spec.ts",
"ts-node": "ts-node",
"update": "nx migrate latest",
"watch:server": "nx run api:copy-assets && nx run api:build --watch",

Loading…
Cancel
Save