• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway-nest / 5950252681

23 Aug 2023 10:39AM UTC coverage: 92.588% (+0.1%) from 92.463%
5950252681

Pull #654

github

hectorgomezv
Add caching for getMessageByhash
Pull Request #654: Manage caching for messages

934 of 1109 branches covered (84.22%)

Branch coverage included in aggregate %.

28 of 29 new or added lines in 9 files covered. (96.55%)

11 existing lines in 1 file now uncovered.

4400 of 4652 relevant lines covered (94.58%)

71.07 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/app.module.e2e-spec.ts
1
import { Test } from '@nestjs/testing';
×
2
import { AppModule } from './app.module';
×
3

4
describe('Application bootstrap', () => {
×
5
  it('should init the app', async () => {
×
6
    const moduleRef = await Test.createTestingModule({
×
7
      imports: [AppModule],
8
    }).compile();
9

10
    const app = moduleRef.createNestApplication();
×
11
    await app.init();
×
12
    expect(app).toBeDefined();
×
13
    await app.close();
×
14
  });
15
});
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc