Skip to content

Commit

Permalink
feat: fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 3, 2024
1 parent a43be62 commit 9fd822d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/list-pokemons.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ export function handleSummary() {
stdout: tracetest.summary(),
};
}

export function teardown() {
tracetest.validateResult();
}

0 comments on commit 9fd822d

Please sign in to comment.