Skip to content

Commit

Permalink
test: add extra test for services.get
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Dec 28, 2024
1 parent e1f412f commit 5a050c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/globals.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ expectType<Muse.LogFunction>(context.log.warn);
expectType<Muse.LogFunction>(context.log.error);

expectType<Muse.Services>(context.services);
expectType<<T = any>(name: string) => T>(context.services.get);

0 comments on commit 5a050c5

Please sign in to comment.