Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Jan 31, 2024
1 parent cf03da4 commit 52b95c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/specs/lazy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ describe(`Lazy commands`, () => {
it(`should lazy-load commands based on the arguments`, async () => {
const commands = await lazyTree([`foo`], {
foo: {value: 1},
});
}, async val => [
val,
]);

expect(commands).toEqual([
1,
Expand Down

0 comments on commit 52b95c9

Please sign in to comment.