We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86f0b commit 6c5d88fCopy full SHA for 6c5d88f
test/modules/modules.test.ts
@@ -57,7 +57,7 @@ describe(`get tag information`, () => {
57
58
describe('has dependency installed', () => {
59
it('should return true if dependency is installed', async () => {
60
- expect(await hasDepInstalled('svelte')).toBe(true);
+ expect(await hasDepInstalled('typescript')).toBe(true);
61
});
62
63
it('should return false if dependency is installed', async () => {
0 commit comments