aspnetcore/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js

4 lines
185 B
JavaScript

// 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;