Skip to content

Commit 6c5d88f

Browse files
committed
chore: fix test to work within ecosystem-ci
seems that pnpm links etc confuse the test
1 parent aa86f0b commit 6c5d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/modules.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe(`get tag information`, () => {
5757

5858
describe('has dependency installed', () => {
5959
it('should return true if dependency is installed', async () => {
60-
expect(await hasDepInstalled('svelte')).toBe(true);
60+
expect(await hasDepInstalled('typescript')).toBe(true);
6161
});
6262

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

0 commit comments

Comments
 (0)