Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c5d88f

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/modules/modules.test.ts

Copy file name to clipboardExpand all lines: test/modules/modules.test.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.