{"id":17181567,"url":"https://github.com/dimitarchristoff/jaster","last_synced_at":"2025-03-25T00:43:49.632Z","repository":{"id":12159617,"uuid":"14754766","full_name":"DimitarChristoff/jaster","owner":"DimitarChristoff","description":"buster.js style test suite helper for jasmine-node","archived":false,"fork":false,"pushed_at":"2013-11-29T17:36:03.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T03:32:41.918Z","etag":null,"topics":[],"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/DimitarChristoff.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":"2013-11-27T18:02:46.000Z","updated_at":"2013-11-29T17:36:08.000Z","dependencies_parsed_at":"2022-07-15T14:47:48.933Z","dependency_job_id":null,"html_url":"https://github.com/DimitarChristoff/jaster","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/DimitarChristoff%2Fjaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimitarChristoff%2Fjaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimitarChristoff%2Fjaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimitarChristoff%2Fjaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimitarChristoff","download_url":"https://codeload.github.com/DimitarChristoff/jaster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377961,"owners_count":20605375,"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":[],"created_at":"2024-10-15T00:34:41.517Z","updated_at":"2025-03-25T00:43:49.603Z","avatar_url":"https://github.com/DimitarChristoff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jaster\n======\n\nbuster.js style test suite helper for jasmine-node. because, tests can be easy to read and nicely managed.\n\n```javascript\nvar suite = require('jaster');\n\nsuite('I like to test things', {\n\tbeforeAll: function(){\n\t\tthis.counter = 0;\n\t},\n\tbeforeEach: function(){\n\t\tthis.counter++;\n\t},\n\t'It should pass': function(){\n\t\texpect(true).toBe(true);\n\t},\n\t'It should fail': function(){\n\t\texpect(true).toBe(false);\n\t},\n\t'// It should be disabled': function(){\n\t\texpect(\"not to run\").toBeTruthy();\n\t}\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitarchristoff%2Fjaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitarchristoff%2Fjaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitarchristoff%2Fjaster/lists"}