Skip to content

Commit

Permalink
test: add options type for function tests (#4988)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed May 11, 2023
1 parent 38787ce commit 71cd30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/types.d.ts
Expand Up @@ -195,6 +195,10 @@ export interface TestConfigFunction extends TestConfigBase {
* Expected error when running bundle.generate().
*/
generateError?: RollupError;
/**
* Rollup options for bundling.
*/
options?: RollupOptions;
/**
* Make assertions against an expected runtime error.
*/
Expand Down

0 comments on commit 71cd30a

Please sign in to comment.