Skip to content

Commit

Permalink
fix(package): rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 28, 2024
1 parent 2777b38 commit 219a148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('e2E Test', () => {
encoding: 'utf8',
});

expect(output).toContain('Usage: stale-deps [options]');
expect(output).toContain('Usage: stale [options]');
expect(output).toContain('Options:');
expect(output).toContain('--help');
expect(output).toContain('--version');
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('getSourceFiles', () => {
});
});

describe('stale-deps', () => {
describe('stale', () => {
it('exports required functions', () => {
expect(findClosestPackageJson).toBeDefined();
expect(getDependencies).toBeDefined();
Expand Down

0 comments on commit 219a148

Please sign in to comment.