{"id":18587749,"url":"https://github.com/dolegi/nano-it","last_synced_at":"2025-05-16T07:07:58.127Z","repository":{"id":57307793,"uuid":"204782543","full_name":"dolegi/nano-it","owner":"dolegi","description":"Nano nodejs test framework","archived":false,"fork":false,"pushed_at":"2020-03-27T18:54:08.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T00:03:02.420Z","etag":null,"topics":["it","nano","testing","unit"],"latest_commit_sha":null,"homepage":null,"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/dolegi.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":"2019-08-27T20:12:17.000Z","updated_at":"2023-04-05T14:31:16.000Z","dependencies_parsed_at":"2022-09-17T21:44:46.904Z","dependency_job_id":null,"html_url":"https://github.com/dolegi/nano-it","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/dolegi%2Fnano-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolegi%2Fnano-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolegi%2Fnano-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolegi%2Fnano-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dolegi","download_url":"https://codeload.github.com/dolegi/nano-it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485063,"owners_count":22078767,"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":["it","nano","testing","unit"],"created_at":"2024-11-07T00:43:36.011Z","updated_at":"2025-05-16T07:07:53.119Z","avatar_url":"https://github.com/dolegi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nano It\nTiny test library.\n\n## Usage\n```bash\n$ node it.js file-to-test.js second-file-to-test.js ....\n```\n\n## Example test\n```javascript\nit('1 + 1 = 2', () =\u003e {\n  assert(1 + 1 === 2)\n})\n\nit('1 + 1 = 2 with mock', () =\u003e {\n  mock('./add', () =\u003e 2)\n  const add = require('./add')\n\n  assert(add(1, 1) === 2)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolegi%2Fnano-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdolegi%2Fnano-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolegi%2Fnano-it/lists"}