{"id":23708543,"url":"https://github.com/mattriley/tape-only","last_synced_at":"2026-02-05T02:30:15.698Z","repository":{"id":65514512,"uuid":"280323861","full_name":"mattriley/tape-only","owner":"mattriley","description":"Customise the behaviour of your tape.only tests.","archived":false,"fork":false,"pushed_at":"2020-07-17T05:30:12.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-02-23T21:20:27.461Z","etag":null,"topics":["many","only","tape","test"],"latest_commit_sha":null,"homepage":"","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/mattriley.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":"2020-07-17T04:13:09.000Z","updated_at":"2023-03-08T18:41:36.000Z","dependencies_parsed_at":"2023-01-26T21:15:58.042Z","dependency_job_id":null,"html_url":"https://github.com/mattriley/tape-only","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/mattriley%2Ftape-only","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattriley%2Ftape-only/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattriley%2Ftape-only/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattriley%2Ftape-only/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattriley","download_url":"https://codeload.github.com/mattriley/tape-only/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793056,"owners_count":19697893,"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":["many","only","tape","test"],"created_at":"2024-12-30T18:00:53.414Z","updated_at":"2026-02-05T02:30:15.628Z","avatar_url":"https://github.com/mattriley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tape-only\n\nCustomise the behaviour of your [tape](https://github.com/substack/tape).only tests.\n\n## Install\n\n```\nnpm install tape-only --save-dev\n```\n\n## Usage\n\n```js\nconst tape = require('tape');\nconst tapeOnly = require('tape-only');\nconst test = tapeOnly(tape, { mode: 'many' });\n```\n\nModes:\n- `one`: Runs only one `tape.only` test. This is the default.\n- `many`: Runs many `tape.only` tests.\n- `ignore`: Runs `tape.only` tests as though they weren't marked only.\n\nOmitting `mode` will fallback to the `TAPE_ONLY` environment variable:\n\n```\nTAPE_ONLY=many tape 'tests/**/*.test.js'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattriley%2Ftape-only","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattriley%2Ftape-only","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattriley%2Ftape-only/lists"}