Skip to content

Commit

Permalink
Add todo...
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 25, 2024
1 parent a343173 commit ce73667
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ServiceProvider, ServiceRegistrar } from "@aedart/support/services";
import { Application } from "@aedart/core";

describe('@aedart/support/services', () => {
fdescribe('@aedart/support/services', () => {
describe('Registrar', () => {
describe('boot()', () => {

Expand Down Expand Up @@ -77,6 +77,8 @@ describe('@aedart/support/services', () => {
.withContext('Service provider is not marked as booted')
.toBeTrue();
});

// TODO: Test of Boot failure error...
});
});
});

0 comments on commit ce73667

Please sign in to comment.