{"id":26077668,"url":"https://github.com/wallabyjs/wallaby-jest-sample","last_synced_at":"2025-04-11T22:51:40.723Z","repository":{"id":32085534,"uuid":"35657557","full_name":"wallabyjs/wallaby-jest-sample","owner":"wallabyjs","description":"Testing with wallaby.js and Jest","archived":false,"fork":false,"pushed_at":"2019-07-17T06:25:10.000Z","size":27,"stargazers_count":20,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T18:53:56.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wallabyjs.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wallabyjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T06:26:30.000Z","updated_at":"2022-03-02T13:34:45.000Z","dependencies_parsed_at":"2022-09-11T12:11:00.577Z","dependency_job_id":null,"html_url":"https://github.com/wallabyjs/wallaby-jest-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallabyjs%2Fwallaby-jest-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallabyjs%2Fwallaby-jest-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallabyjs%2Fwallaby-jest-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallabyjs%2Fwallaby-jest-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallabyjs","download_url":"https://codeload.github.com/wallabyjs/wallaby-jest-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492977,"owners_count":21113161,"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":"2025-03-09T03:05:30.058Z","updated_at":"2025-04-11T22:51:40.692Z","avatar_url":"https://github.com/wallabyjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)\n\nTesting with wallaby.js and Jest\n==================================\n\n![jest](https://cloud.githubusercontent.com/assets/979966/7604375/13921a76-f985-11e4-9820-c8a5f2d26858.gif)\n\n## Install Jest\n\n`npm install`\n\n## Configure wallaby.js\n\nCreate [wallaby.js configuration file](https://github.com/wallabyjs/public#configuration-file-format).\n\n```javascript\nmodule.exports = function () {\n\n  return {\n    files: ['sum.js'],\n\n    tests: ['__tests__/*.js'],\n\n    env: {\n      type: 'node',\n      runner: 'node'\n    },\n\n    testFramework: 'jest'\n  };\n};\n```\n\n**Please note that wallaby.js is using its own cache to run your tests from, not the local project folder, so you need to include all files (except node modules) that your tests need, for example `__mocks__/*.*`, etc.** \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallabyjs%2Fwallaby-jest-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallabyjs%2Fwallaby-jest-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallabyjs%2Fwallaby-jest-sample/lists"}