Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 17, 2024
1 parent fb920f0 commit bb24d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ jobs:
- name: Run Typescript
run: pnpm typecheck

- name: Run Compilation step
run: pnpm compile

- name: Run Tests
run: pnpm test
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const OverviewModule = container<Props, Params, Data>(
},
);

OverviewModule.displayName = "OverviewModule";

OverviewModule.getData = async ({ helper, params }) => {
const questionBank = getRequiredParam(params, "questionBank");
return await helper.questionBank.getConfig.fetch({ questionBank });
Expand Down

0 comments on commit bb24d71

Please sign in to comment.