Skip to content

Commit

Permalink
Revert test adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBrauner committed Aug 21, 2022
1 parent d2cc44a commit c31b46b
Show file tree
Hide file tree
Showing 12 changed files with 8,968 additions and 178 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ src/Resources/public/build/manifest.json
src/Resources/public/build/entrypoints.json
src/Resources/assets/node_modules
tests/app/node_modules
tests/app/public/build
tests/app/yarn.lock
tests/app/public/tests
#tests/app/public/build
#tests/app/public/tests
#tests/app/yarn.lock



32 changes: 32 additions & 0 deletions tests/app/public/build/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions tests/app/public/build/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"entrypoints": {
"app": {
"js": [
"/build/runtime.js",
"/build/vendors-node_modules_braunstetter_media-bundle_controllers_collection_controller_js-node_modu-1fbf75.js",
"/build/app.js"
]
}
}
}
5 changes: 5 additions & 0 deletions tests/app/public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"build/app.js": "/build/app.js",
"build/runtime.js": "/build/runtime.js",
"build/vendors-node_modules_braunstetter_media-bundle_controllers_collection_controller_js-node_modu-1fbf75.js": "/build/vendors-node_modules_braunstetter_media-bundle_controllers_collection_controller_js-node_modu-1fbf75.js"
}
151 changes: 151 additions & 0 deletions tests/app/public/build/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c31b46b

Please sign in to comment.