nhsuk / cookie-consent

In-house solution for managing cookies on nhs.uk
MIT License
19 stars 7 forks source link

Integration tests are outdated #174

Open pufferfish101007 opened 9 months ago

pufferfish101007 commented 9 months ago

When trying to run integration tests, all of them failed. They should probably be updated to reflect the current state of the codebase. Test summary output (truncated to remove each individual error message etc):

----------|---------|----------|---------|---------|-------------------
File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
----------|---------|----------|---------|---------|-------------------
All files |      50 |      100 |     100 |      50 |                   
 util.js  |      50 |      100 |     100 |      50 | 9                 
----------|---------|----------|---------|---------|-------------------
Test Suites: 4 failed, 4 total
Tests:       28 failed, 28 total
Snapshots:   0 total
Time:        3.111 s, estimated 10 s
Ran all test suites.