mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
* Split up integration tests. * Remove unused bits from xhr-limit integration test. * Use a shared base config for local and remote webdriver tests. * Remove npmignores These are no longer needed because we publish from packages/* and not the root. * Keep xhr-limit disabled because it still does not work * Extract integration test helper functions to utils.js. * Stash React integration test stub * Fix build steps for CRA integration test. * Add Webpack CSS test and CRA mount/unmount test * Add DashboardModal integration tests. * Add suites to wdio so we can run single tests. * Fix create-react-app CI build.
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"short_name": "React App",
|
|
"name": "Create React App Sample",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|