Skip to content

Commit 0d1d57a

Browse files
committed
[INTERNAL] Add missing test module dependencies
We simulate the file structure that 'npm install' would have created
1 parent f729e48 commit 0d1d57a

File tree

131 files changed

+986
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+986
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ yarn.lock
5555
deploy_key
5656

5757
# Custom directories
58+
!test/fixtures/**/node_modules
5859
test/tmp/
5960
jsdocs/

test/fixtures/application.a/node_modules/collection/library.a/package.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.a/src/library/a/.library

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.a/src/library/a/themes/base/library.source.less

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.a/test/library/a/Test.html

Whitespace-only changes.

test/fixtures/application.a/node_modules/collection/library.a/ui5.yaml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.b/package.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.b/src/library/b/.library

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/application.a/node_modules/collection/library.b/test/library/b/Test.html

Whitespace-only changes.

test/fixtures/application.a/node_modules/collection/library.b/ui5.yaml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)