{"id":15354979,"url":"https://github.com/capaj/react-testing-with-ava-and-enzyme","last_synced_at":"2025-06-22T04:33:02.095Z","repository":{"id":66342206,"uuid":"57147654","full_name":"capaj/react-testing-with-ava-and-enzyme","owner":"capaj","description":"a short talk on testing in react-spectacle ","archived":false,"fork":false,"pushed_at":"2016-05-01T09:42:20.000Z","size":2106,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T22:05:20.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capaj.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-26T17:18:24.000Z","updated_at":"2017-02-22T01:09:32.000Z","dependencies_parsed_at":"2023-02-24T18:00:35.481Z","dependency_job_id":null,"html_url":"https://github.com/capaj/react-testing-with-ava-and-enzyme","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"2dab2d920751ddd6e8bf2182667a5e60fdf56377"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/capaj/react-testing-with-ava-and-enzyme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Freact-testing-with-ava-and-enzyme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Freact-testing-with-ava-and-enzyme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Freact-testing-with-ava-and-enzyme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Freact-testing-with-ava-and-enzyme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capaj","download_url":"https://codeload.github.com/capaj/react-testing-with-ava-and-enzyme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Freact-testing-with-ava-and-enzyme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261237749,"owners_count":23128844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T12:21:56.907Z","updated_at":"2025-06-22T04:32:57.082Z","avatar_url":"https://github.com/capaj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [react testing with AVA and enzyme](http://capaj.github.io/react-testing-with-ava-and-enzyme)\n\n## Reference\n\nThe Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.markdown](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).\n\n## Development\n\nAfter downloading the boilerplate, your first order of business is to open terminal and run `npm install`\n\nNext, run `rm -R .git` to remove the existing version control.\n\nThen, to start up the local server, run `npm start`\n\nOpen a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll\n\n### On Windows\n\nOn Windows you might get an error saying\n\n```\n'NODE_ENV' is not recognized as an internal or external command,\noperable program or batch file.\n```\n\nThus, modify the npm scripts in `package.json` to properly set the `NODE_ENV` environment variable:\n\n```json\n...\n\"scripts\": {\n    \"build\": \"SET NODE_ENV=production \u0026 webpack --config webpack.config.production.js\",\n    \"start\": \"SET NODE_ENV=development \u0026 node server.js\"\n},\n...\n```\n\n## Build \u0026 Deployment\n\nBuilding the dist version of the project is as easy as running `npm run build`\n\nIf you want to deploy the slideshow to surge, run `npm run deploy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapaj%2Freact-testing-with-ava-and-enzyme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapaj%2Freact-testing-with-ava-and-enzyme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapaj%2Freact-testing-with-ava-and-enzyme/lists"}