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

nilfalse / ctf / 4254833575

pending completion
4254833575

Pull #269

github

GitHub
Merge 776387664 into f03cdd64f
Pull Request #269: Upgrade all of jest: 27.5.1 → 29.4.3 (major)

0 of 266 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 613 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/packages/runtime/commands/boot.ts
1
import * as airportService from '../services/airport/airport_service';
2
import * as emojiService from '../services/emoji/emoji_service';
3
import * as geoService from '../services/geo/geo_service';
4
import * as preferenceService from '../services/preference/preference_service';
5

6
export class BootCommand {
7
  execute() {
8
    return Promise.all([
×
9
      preferenceService.init(),
10
      geoService.init(),
11
      airportService.init(),
12
      emojiService.init(),
13
    ]);
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