Skip to content

fix: updated types to better reflect current busted#3

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

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

Conversation

@eliw00d

@eliw00d eliw00d commented Apr 2, 2026

Copy link
Copy Markdown

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

eliw00d commented Apr 2, 2026

Copy link
Copy Markdown
Author

@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