Skip to content

Commit

Permalink
test(core): add tests for AuditRepositoryMixin
Browse files Browse the repository at this point in the history
test(core): add tests for AuditRepositoryMixin
  • Loading branch information
samarpan-b authored Nov 15, 2021
2 parents b50c3ff + 397f9f1 commit 134bb52
Show file tree
Hide file tree
Showing 14 changed files with 2,532 additions and 39 deletions.
783 changes: 747 additions & 36 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
"eslint": "lb-eslint --report-unused-disable-directives .",
"eslint:fix": "npm run eslint -- --fix",
"pretest": "npm run build",
"test": "echo 'No Tests'",
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
"posttest": "npm run lint",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",
"prepublishOnly": "npm run build && npm run lint",
"prepare": "husky install"
"prepare": "husky install",
"coverage":"lb-nyc npm run test"
},
"author": "",
"license": "",
Expand Down Expand Up @@ -91,4 +92,4 @@
],
"repositoryUrl": "git@github.com:sourcefuse/loopback4-audit-log.git"
}
}
}
Loading

0 comments on commit 134bb52

Please sign in to comment.