{"id":20514046,"url":"https://github.com/webreflection/tressa","last_synced_at":"2025-09-12T23:31:10.247Z","repository":{"id":57379781,"uuid":"79230926","full_name":"WebReflection/tressa","owner":"WebReflection","description":"Little test utility","archived":false,"fork":false,"pushed_at":"2018-09-29T14:46:53.000Z","size":352,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-31T15:12:34.531Z","etag":null,"topics":["assert","simple","testing","testing-tools"],"latest_commit_sha":null,"homepage":null,"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/WebReflection.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T13:36:17.000Z","updated_at":"2020-07-16T13:00:15.000Z","dependencies_parsed_at":"2022-09-06T05:01:39.766Z","dependency_job_id":null,"html_url":"https://github.com/WebReflection/tressa","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Ftressa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Ftressa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Ftressa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Ftressa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebReflection","download_url":"https://codeload.github.com/WebReflection/tressa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232797487,"owners_count":18577981,"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":["assert","simple","testing","testing-tools"],"created_at":"2024-11-15T21:14:30.293Z","updated_at":"2025-01-06T23:16:13.116Z","avatar_url":"https://github.com/WebReflection.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tressa [![build status](https://secure.travis-ci.org/WebReflection/tressa.svg)](http://travis-ci.org/WebReflection/tressa)\n\nA little test utility from [Andrea Giammarchi](https://twitter.com/WebReflection) and [Claudio D'angelis](https://twitter.com/daw985) born after [this post](https://medium.com/@WebReflection/js-vanilla-test-code-coverage-7b7ba3740776#.piaeqe6k3) and [this tweet](https://twitter.com/daw985/status/821280929276686336).\n\nCompatible with NodeJS 0.8 and higher.\n\n```js\nvar test = require('tressa');\n\ntest.title('My Library');\n\n// synchronous\ntest(condition, 'optional comment');\n\n// asynchronous\ntest\n  .async(done =\u003e {\n    setTimeout(() =\u003e {\n      test(condition, 'optional comment');\n      done();\n    });\n  })\n  .then(() =\u003e {\n    console.log(\"That's it!\");\n  });\n```\n\n(C) 2017 MIT Style License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebreflection%2Ftressa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebreflection%2Ftressa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebreflection%2Ftressa/lists"}