Commit 1b97b0a
authored
feat: migrate tests from Jest to Jasmine and update related configurations (#352)
* chore: update Node.js version to 20 and upgrade action versions in CI workflows
* chore: upgrade actions/checkout to version 4 in CodeQL analysis workflow
* feat: migrate tests from Jest to Jasmine and update related configurations
* fix: update cookie regex to escape backslashes in cookie names
* fix: use nullish coalescing for default sameSite value in cookie settings
* fix: update test command to use ChromeHeadless browser for ngx-cookie-service
* feat: add Karma configuration and update test scripts for ngx-cookie-service
* fix: remove ChromeHeadless option from test command for ngx-cookie-service
* fix: update test command to run in ChromeHeadless mode without watch1 parent fc58af1 commit 1b97b0a
File tree
9 files changed
+6584
-8240
lines changed- projects
- ngx-cookie-service-ssr
- src/lib
- ngx-cookie-service
- src/lib
9 files changed
+6584
-8240
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments