{"id":28257154,"url":"https://github.com/s0urcedev/utesting-js","last_synced_at":"2026-04-27T08:32:11.363Z","repository":{"id":57698091,"uuid":"498901463","full_name":"s0urcedev/utesting-js","owner":"s0urcedev","description":"JS module for unit testing","archived":false,"fork":false,"pushed_at":"2022-06-27T18:20:03.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T20:16:29.607Z","etag":null,"topics":["js","module","node-js","nodejs","testing","testing-tools","unit-testing"],"latest_commit_sha":null,"homepage":"","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/s0urcedev.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2022-06-01T21:19:29.000Z","updated_at":"2022-06-04T09:27:33.000Z","dependencies_parsed_at":"2022-08-25T11:00:50.955Z","dependency_job_id":null,"html_url":"https://github.com/s0urcedev/utesting-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s0urcedev/utesting-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0urcedev%2Futesting-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0urcedev%2Futesting-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0urcedev%2Futesting-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0urcedev%2Futesting-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s0urcedev","download_url":"https://codeload.github.com/s0urcedev/utesting-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0urcedev%2Futesting-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["js","module","node-js","nodejs","testing","testing-tools","unit-testing"],"created_at":"2025-05-19T23:15:36.348Z","updated_at":"2026-04-27T08:32:11.352Z","avatar_url":"https://github.com/s0urcedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utesting-js\n\n**GitHub:** https://github.com/s0urcedev/utesting-js\n\n**NPM:** https://www.npmjs.com/package/utesting\n\nJS module for unit testing\n\n## Installation:\n\n```console\nnpm install utesting\n```\n\n## Importing:\n\n```js\nconst ResultState = require(\"utesting\").ResultState; // not necessary\nconst ResultStates = require(\"utesting\").ResultStates; // not necessary\nconst Unit = require(\"utesting\").Unit; // not necessary\nconst TestCase = require(\"utesting\").TestCase; // necessary (for creating test cases)\nconst TestGroup = require(\"utesting\").TestGroup; // not necessary\nconst TestCaseResult = require(\"utesting\").TestCaseResult; // not necessary\nconst Test = require(\"utesting\").Test; // necessary (for additing and running testing)\n```\n\n## Using:\n\n`test(group, output)` — test test group\n\n`addTestUnit(callback, cases, onlyErrors, onlyTime, noPrint)` — same as mark_test_unit, but can't be used as decorator\n\n`testAll(fileName)` — running testing all added units\n\nAnd other documentation in `utesting/index.js` and examples in `examples.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0urcedev%2Futesting-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs0urcedev%2Futesting-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0urcedev%2Futesting-js/lists"}