diff --git a/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js b/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js new file mode 100644 index 0000000000..5183d9fa30 --- /dev/null +++ b/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js @@ -0,0 +1,3 @@ +// This is only used for E2E tests to verify that we're correctly serving static content. +// Later this will be replaced with something more useful. +window.customJsWasLoaded = true; diff --git a/samples/HostedInAspNet.Client/wwwroot/index.html b/samples/HostedInAspNet.Client/wwwroot/index.html index 7ece3426ca..ed1a339a4f 100644 --- a/samples/HostedInAspNet.Client/wwwroot/index.html +++ b/samples/HostedInAspNet.Client/wwwroot/index.html @@ -5,7 +5,8 @@