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

safe-global / safe-client-gateway-nest / 5356629757

Canceled at 31 May 2024 04:53AM UTC via web
5356629757

push

github

hectorgomezv
Move its logic to a separated MultisigTransactionExecutionDetailsMapper

848 of 1029 branches covered (82.41%)

Branch coverage included in aggregate %.

4167 of 4412 relevant lines covered (94.45%)

51.5 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