Skip to content

Commit

Permalink
chore: fix test to work within ecosystem-ci
Browse files Browse the repository at this point in the history
seems that pnpm links etc confuse the test
  • Loading branch information
dummdidumm committed May 22, 2023
1 parent aa86f0b commit 6c5d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modules/modules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe(`get tag information`, () => {

describe('has dependency installed', () => {
it('should return true if dependency is installed', async () => {
expect(await hasDepInstalled('svelte')).toBe(true);
expect(await hasDepInstalled('typescript')).toBe(true);
});

it('should return false if dependency is installed', async () => {
Expand Down

0 comments on commit 6c5d88f

Please sign in to comment.