# workers-assets-with-user-worker `workers-assets-with-user-worker-run-worker-first"` is a test fixture that showcases Workers with Assets using the run_worker_first option. This particular fixture forces a user Worker to be invoked, even if it otherwise would have matched an assets request. ## dev To start a dev session you can run ``` wrangler dev ``` ## Run tests ``` npm run test ```