# workers-assets-with-spa `workers-assets-with-spa` is a test fixture that showcases Workers with Assets in SPA mode. This particular fixture sets up a User Worker, assets in SPA mode, and a binding from the user Worker to the assets. ## dev To start a dev session you can run ``` wrangler dev ``` ## Run tests ``` npm run test ```