Skip to content

Commit 5a1a2cf

Browse files
committed
build: update dependencies to latest
1 parent 2d2418a commit 5a1a2cf

File tree

4 files changed

+4646
-5404
lines changed

4 files changed

+4646
-5404
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
preset: "jest-preset-angular",
33
setupFilesAfterEnv: ["<rootDir>/src/setupJest.ts"],
44
reporters: ["default", "jest-junit"],
5+
transformIgnorePatterns: ["!node_modules/"],
56
};

junit.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuites name="jest tests" tests="0" failures="0" errors="0" time="7.627">
2+
<testsuites name="jest tests" tests="1" failures="0" errors="0" time="29.734">
3+
<testsuite name="AppComponent" errors="0" failures="0" skipped="0" timestamp="2024-11-03T08:12:58" time="26.051" tests="1">
4+
<testcase classname="AppComponent should create the app" name="AppComponent should create the app" time="0.232">
5+
</testcase>
6+
</testsuite>
37
</testsuites>

0 commit comments

Comments
 (0)