Skip to content

Commit

Permalink
Chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
orange.bae committed Jun 19, 2023
1 parent 1e84709 commit 167fce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/autoDetectResource.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('autoDetectResource', () =>
it('should have installed resources', () =>
{
expect(INSTALLED).toBeArray();
expect(INSTALLED.length).toEqual(8);
expect(INSTALLED.length).toEqual(9);
});

it('should auto-detect canvas element', () =>
Expand Down

0 comments on commit 167fce5

Please sign in to comment.