Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct docs for t.teardown #558

Merged
merged 1 commit into from Jul 23, 2021

Conversation

laramackey
Copy link
Contributor

Correction to README for the teardown method as it's on the t instance rather than test

See #546 for reference

Also open PR for updating type definition DefinitelyTyped/DefinitelyTyped#54694

Copy link
Collaborator

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2021

Codecov Report

Merging #558 (c4a4992) into master (a68277c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #558   +/-   ##
=======================================
  Coverage   96.70%   96.70%           
=======================================
  Files           4        4           
  Lines         607      607           
  Branches      144      144           
=======================================
  Hits          587      587           
  Misses         20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a68277c...c4a4992. Read the comment docs.

@ljharb ljharb merged commit c4a4992 into tape-testing:master Jul 23, 2021
ljharb added a commit that referenced this pull request Jul 26, 2021
 - [New] Use import() on esm files in supported node versions (#547)
 - [Refactor] `bin/tape`: separate "preparing of files list" from "require files list"
 - [Refactor] avoid reassigning arguments
 - [Refactor] remove unused line, unneeded var initialization; add missing `new`
 - [Refactor] remove use of legacy `exports`
 - [Refactor] add names to `Test.prototype` functions
 - [Deps] update `object-inspect`
 - [Docs] correct docs for `t.teardown` (#558)
 - [readme] Another way to create custom reporters (#556)
 - [readme] remove travis badge; add actions and codecov badges
 - [Deps] update `glob`, `is-regex`, `object-inspect`
 - [meta] ensure `not-in-publish`‘s absence does not fail anything
 - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+
 - [Dev Deps] update `aud`, `eslint`
 - [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape (#547)
 - [Tests] exclude examples from coverage
 - [actions] use `node/install` instead of `node/run`; use `codecov` action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants