{"id":15504211,"url":"https://github.com/kentcdodds/jest-esmodules","last_synced_at":"2025-08-18T18:05:21.737Z","repository":{"id":66052802,"uuid":"346214784","full_name":"kentcdodds/jest-esmodules","owner":"kentcdodds","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-10T03:05:01.000Z","size":47,"stargazers_count":41,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T00:07:16.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/kentcdodds.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-10T03:04:55.000Z","updated_at":"2024-10-21T01:50:45.000Z","dependencies_parsed_at":"2023-05-02T23:00:45.749Z","dependency_job_id":null,"html_url":"https://github.com/kentcdodds/jest-esmodules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kentcdodds/jest-esmodules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fjest-esmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fjest-esmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fjest-esmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fjest-esmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentcdodds","download_url":"https://codeload.github.com/kentcdodds/jest-esmodules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fjest-esmodules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035383,"owners_count":24688396,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02T09:16:39.705Z","updated_at":"2025-08-18T18:05:21.704Z","avatar_url":"https://github.com/kentcdodds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using Jest with native ESModules\n\nThis is a minimal repo that uses native ES modules and works with jest\n\n1. `package.json` specifies this package as a `module` type.\n2. `jest.config.js` disables the built-in babel transform with `transform: {}`.\n   Note that this is not actually required for the tests to work, but it is if\n   you want the ESModules to be executed as coded rather than being transformed.\n3. `package.json`'s `test` script runs jest via `node` with the\n   `--experimental-vm-modules` flag. Hopefully this won't be required in the\n   long-term when this required feature is no longer experimental.\n\n[Learn more](https://jestjs.io/docs/ecmascript-modules)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentcdodds%2Fjest-esmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentcdodds%2Fjest-esmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentcdodds%2Fjest-esmodules/lists"}