# workers-with-assets-only `workers-with-assets-only` is a test fixture that showcases Workers with Assets. This particular fixture sets up an assets-only Workers project. ## dev To start a dev session you can run ``` wrangler dev ``` ## Run tests ``` npm run test ```