Skip to content

Commit

Permalink
Test path structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Nov 16, 2021
1 parent 5b3c48e commit a69a47e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/index.test.js
Expand Up @@ -131,8 +131,8 @@ describe('lib/index', () => {
// await expect(verifyDeps({ dir, logger })).rejects.toThrow(
// 'Please update your installed modules.'
// );
// expect(mockExecAsync).toHaveBeenCalledWith(`npm view jugageni versions --json`);
// expect(mockExecAsync).toHaveBeenCalledWith(`npm view jugageni dist-tags --json`);
// expect(mock-Exec-Async).toHaveBeenCalledWith(`npm view jugageni versions --json`);
// expect(mock-Exec-Async).toHaveBeenCalledWith(`npm view jugageni dist-tags --json`);
// });

// test('should compare installed devDpendencies to latest NPM versions', async () => {
Expand All @@ -153,8 +153,8 @@ describe('lib/index', () => {
// await expect(verifyDeps({ dir, logger })).rejects.toThrow(
// 'Please update your installed modules.'
// );
// expect(mockExecAsync).toHaveBeenCalledWith(`npm view jugageni versions --json`);
// expect(mockExecAsync).toHaveBeenCalledWith(`npm view jugageni dist-tags --json`);
// expect(mock-Exec-Async).toHaveBeenCalledWith(`npm view jugageni versions --json`);
// expect(mock-Exec-Async).toHaveBeenCalledWith(`npm view jugageni dist-tags --json`);
// });

// test('should show dependency update required when using semver and later version in range is available', async () => {
Expand Down

0 comments on commit a69a47e

Please sign in to comment.