Skip to content

Commit

Permalink
Update packages/spine/test/spineAtlasAll.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie authored Apr 25, 2024
1 parent 0c2d6d6 commit 1eb0475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spine/test/spineAtlasAll.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Spine Atlas All', () =>
expect(rawAtlasWebpHalf.includes('[email protected]')).toBeTruthy();
});

it.only('should correctly create files when Mipmap and CacheBuster are used', async () =>
it('should correctly create files when Mipmap and CacheBuster are used', async () =>
{
const testName = 'spine-atlas-mip-cache-buster';
const inputDir = getInputDir(pkg, testName);
Expand Down

0 comments on commit 1eb0475

Please sign in to comment.