Skip to content

Commit

Permalink
build: update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wlucha committed Nov 3, 2024
1 parent 2d2418a commit 5a1a2cf
Show file tree
Hide file tree
Showing 4 changed files with 4,646 additions and 5,404 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module.exports = {
preset: "jest-preset-angular",
setupFilesAfterEnv: ["<rootDir>/src/setupJest.ts"],
reporters: ["default", "jest-junit"],
transformIgnorePatterns: ["!node_modules/"],
};
6 changes: 5 additions & 1 deletion junit.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="0" failures="0" errors="0" time="7.627">
<testsuites name="jest tests" tests="1" failures="0" errors="0" time="29.734">
<testsuite name="AppComponent" errors="0" failures="0" skipped="0" timestamp="2024-11-03T08:12:58" time="26.051" tests="1">
<testcase classname="AppComponent should create the app" name="AppComponent should create the app" time="0.232">
</testcase>
</testsuite>
</testsuites>
Loading

0 comments on commit 5a1a2cf

Please sign in to comment.