forked from devonfw/IDEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed DotNet test added run test to NpmTest removed unused test resource files renamed readme files to .gitkeep
- Loading branch information
1 parent
20bd7c6
commit 7a0433a
Showing
16 changed files
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
cli/src/test/resources/ide-projects/npm/project/workspaces/main/readme
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...test/resources/ide-projects/npm/repository/node/node/default/node_modules/npm/bin/npm.cmd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...test/resources/ide-projects/npm/repository/node/node/default/node_modules/npm/bin/npx.cmd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/linux/TestFile.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/linux/bin/npm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
node "npm" | ||
echo "npm windows $*" | ||
echo "npm linux $*" |
3 changes: 0 additions & 3 deletions
3
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/linux/bin/npm.cmd
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/mac/TestFile.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/mac/bin/npm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
node "npm" | ||
echo "npm windows $*" | ||
echo "npm mac $*" |
3 changes: 0 additions & 3 deletions
3
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/mac/bin/npm.cmd
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/windows/TestFile.txt
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
cli/src/test/resources/ide-projects/npm/repository/npm/npm/default/windows/bin/npm.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@echo off | ||
call node npm | ||
echo npm windows %* | ||
#!/bin/bash | ||
node "npm" | ||
echo "npm windows $*" |
Empty file.