{"id":22093052,"url":"https://github.com/pagepro/dojo-starter","last_synced_at":"2025-07-05T06:35:37.016Z","repository":{"id":81896826,"uuid":"144141255","full_name":"Pagepro/dojo-starter","owner":"Pagepro","description":"A starter for JavaScript Coding Dojo sessions by Pagepro.","archived":false,"fork":false,"pushed_at":"2018-08-11T14:05:55.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T06:01:43.823Z","etag":null,"topics":["boilerplate","coding-dojo","javascript","tdd"],"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/Pagepro.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":"2018-08-09T11:06:31.000Z","updated_at":"2018-08-11T07:56:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3620e55-52fe-4b83-a906-e42f8f976ce9","html_url":"https://github.com/Pagepro/dojo-starter","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/Pagepro%2Fdojo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pagepro%2Fdojo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pagepro%2Fdojo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pagepro%2Fdojo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pagepro","download_url":"https://codeload.github.com/Pagepro/dojo-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245188509,"owners_count":20574789,"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":["boilerplate","coding-dojo","javascript","tdd"],"created_at":"2024-12-01T03:12:15.154Z","updated_at":"2025-03-24T00:25:36.067Z","avatar_url":"https://github.com/Pagepro.png","language":"JavaScript","readme":"# JavaScript Coding Dojo Starter\n\n\u003e A starter for JavaScript Coding Dojo sessions by Pagepro.\n\n## Globally injected variables\n* describe(name, fn)\n* it(name, fn)\n* expect(val)\n\n## expect(value)\n* .not inverse the next comparison\n* .toThrow(?message)\n* .toBe(value) comparison using ===\n* .toEqual(value) deep comparison (objects, arrays)\n* .toBeFalsy()\n* .toBeTruthy()\n* .toBeNull()\n* .toBeUndefined()\n* .toBeDefined()\n* .toMatch(regexp)\n* .toContain(string)\n* .toBeCloseTo(number, delta)\n* .toBeGreaterThan(number)\n* .toBeLessThan(number)\n* .toBeCalled()\n* .toBeCalledWith(arg, um, ents)\n* .lastCalledWith(arg, um, ents)\n\n## Using JS Modules\n\n```javascript\nimport { name } from 'path'\n```\n\n```javascript\nimport defaultName from 'path'\n```\n\n```javascript\nexport { name: name }\n```\n\n```javascript\nexport const name = fn/variable/value\n```\n\n```javascript\nexport default name\n```\n\n\n## Scripts\n\n```shell\nnpm run test\n```\n\n```shell\nnpm run test:watch\n```\n\n```shell\nnpm run lint\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpagepro%2Fdojo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpagepro%2Fdojo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpagepro%2Fdojo-starter/lists"}