-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: isolate webpack context for tests
- Loading branch information
1 parent
eb29e2a
commit 2e6d2ee
Showing
9 changed files
with
44 additions
and
32 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
6 changes: 3 additions & 3 deletions
6
test/fixtures/expected/default/assets-d7623eb944cd4f7d2cd59efc84d5b410/manifest.json
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
10 changes: 5 additions & 5 deletions
10
test/fixtures/expected/default/assets-d7623eb944cd4f7d2cd59efc84d5b410/manifest.webapp
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,14 +1,14 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "favicons-webpack-plugin", | ||
"description": "Let webpack generate all your favicons and icons for you", | ||
"version": "1.0", | ||
"name": null, | ||
"description": null, | ||
"icons": { | ||
"60": "firefox_app_60x60.png", | ||
"128": "firefox_app_128x128.png", | ||
"512": "firefox_app_512x512.png" | ||
}, | ||
"developer": { | ||
"name": "Jan Nicklas", | ||
"url": "https://github.com/jantimon" | ||
"name": null, | ||
"url": null | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...res/expected/default/assets-d7623eb944cd4f7d2cd59efc84d5b410/yandex-browser-manifest.json
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,9 +1,9 @@ | ||
{ | ||
"version": "1.0.0", | ||
"version": "1.0", | ||
"api_version": 1, | ||
"layout": { | ||
"logo": "yandex-browser-50x50.png", | ||
"color": "#fff", | ||
"show_title": true | ||
} | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
test/fixtures/expected/generate-html/assets-d7623eb944cd4f7d2cd59efc84d5b410/manifest.webapp
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,14 +1,14 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "favicons-webpack-plugin", | ||
"description": "Let webpack generate all your favicons and icons for you", | ||
"version": "1.0", | ||
"name": null, | ||
"description": null, | ||
"icons": { | ||
"60": "firefox_app_60x60.png", | ||
"128": "firefox_app_128x128.png", | ||
"512": "firefox_app_512x512.png" | ||
}, | ||
"developer": { | ||
"name": "Jan Nicklas", | ||
"url": "https://github.com/jantimon" | ||
"name": null, | ||
"url": null | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...pected/generate-html/assets-d7623eb944cd4f7d2cd59efc84d5b410/yandex-browser-manifest.json
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,9 +1,9 @@ | ||
{ | ||
"version": "1.0.0", | ||
"version": "1.0", | ||
"api_version": 1, | ||
"layout": { | ||
"logo": "yandex-browser-50x50.png", | ||
"color": "#fff", | ||
"show_title": true | ||
} | ||
} | ||
} |
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
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