Skip to content

Commit

Permalink
chore(test): fix next frame test
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 25, 2023
1 parent c7d5734 commit 0493c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/util.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { describe, expect, test } from 'vitest';
describe('util', () => {
describe('nextFrame', () => {
test('should resolve', async () => {
expect(nextFrame()).resolves;
await expect(nextFrame()).resolves.toEqual(undefined);
});
});
});

0 comments on commit 0493c70

Please sign in to comment.