Skip to content

fix: updated types to better reflect current busted#3

Open
eliw00d wants to merge 1 commit intoLuaCATS:mainfrom
eliw00d:fix/types
Open

fix: updated types to better reflect current busted#3
eliw00d wants to merge 1 commit intoLuaCATS:mainfrom
eliw00d:fix/types

Conversation

@eliw00d
Copy link
Copy Markdown

@eliw00d eliw00d commented Apr 2, 2026

busted.lua

  • Added match = require("luassert.match") — luassert.match is exported by busted but was missing
  • Added fail(message) — exists in busted master but was absent from the definitions
  • Fixed pending — removed the block parameter (busted's pending doesn't execute a block) and made name optional so it works both as a test descriptor and as an in-test statement
  • Removed async() and done() — these don't exist in the busted master branch

@eliw00d
Copy link
Copy Markdown
Author

eliw00d commented Apr 2, 2026

@sumneko

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.

1 participant