{"id":14967486,"url":"https://github.com/sz-piotr/veryfine","last_synced_at":"2025-04-04T11:01:27.652Z","repository":{"id":57391890,"uuid":"162705336","full_name":"sz-piotr/veryfine","owner":"sz-piotr","description":"A delightful expect-style assertion and mocking library","archived":false,"fork":false,"pushed_at":"2019-01-26T20:33:35.000Z","size":214,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T20:13:57.468Z","etag":null,"topics":["javascript","mocha","mocking","testing","typescript"],"latest_commit_sha":null,"homepage":"https://veryfine.netlify.com/","language":"TypeScript","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/sz-piotr.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":"2018-12-21T11:16:35.000Z","updated_at":"2020-05-14T00:21:19.000Z","dependencies_parsed_at":"2022-09-19T04:02:09.732Z","dependency_job_id":null,"html_url":"https://github.com/sz-piotr/veryfine","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sz-piotr%2Fveryfine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sz-piotr%2Fveryfine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sz-piotr%2Fveryfine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sz-piotr%2Fveryfine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sz-piotr","download_url":"https://codeload.github.com/sz-piotr/veryfine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166156,"owners_count":20894652,"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":["javascript","mocha","mocking","testing","typescript"],"created_at":"2024-09-24T13:38:07.731Z","updated_at":"2025-04-04T11:01:27.613Z","avatar_url":"https://github.com/sz-piotr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Veryfine\r\n\r\n[![](https://img.shields.io/npm/v/veryfine.svg)](https://www.npmjs.com/package/veryfine)\r\n[![](https://travis-ci.com/sz-piotr/veryfine.svg?branch=master)](https://travis-ci.com/sz-piotr/veryfine)\r\n\r\nVeryfine is a delightful expect-style assertion and mocking library for JavaScript.\r\nIt is intended for use with Mocha. Main features include:\r\n- 🕵️ intelligent deep equality checking\r\n- ⏳ first class promise support\r\n- 🐵 built-in mock functions\r\n- 🔧 hassle-free custom matchers\r\n\r\n[Check out the documentation](https://veryfine.netlify.com/docs)!\r\n\r\n## Install\r\n\r\nWith yarn\r\n```\r\nyarn add veryfine\r\n```\r\n\r\nOr with npm\r\n```\r\nnpm install veryfine\r\n```\r\n\r\n## Use\r\n\r\nVeryfine was made to be used with [Mocha](https://mochajs.org/), but can be\r\nused in any javascript environment.\r\n\r\n```javascript\r\nimport { expect } from 'veryfine'\r\n\r\ndescribe('how awesome veryfine is', () =\u003e {\r\n  it('is so amazing', () =\u003e {\r\n    const you = { satisfaction: Infinity }\r\n    expect(you.satisfaction).toBeGreaterThan(9000)\r\n  });\r\n});\r\n```\r\n\r\n## Learn more\r\n\r\nRead the excellent documentation at [the Veryfine website](https://veryfine.netlify.com/docs).\r\n\r\n## TODO list\r\n\r\n- [ ] ES2015 Map support\r\n- [ ] ES2015 Set support\r\n- [ ] TypedArray support\r\n- [ ] Buffer support\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsz-piotr%2Fveryfine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsz-piotr%2Fveryfine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsz-piotr%2Fveryfine/lists"}