Skip to content

Commit

Permalink
More module stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 19, 2024
1 parent 1e5c15a commit d0ecfba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
fail-fast: true # When set to true, GitHub cancels all in-progress jobs if any matrix job fails. Default: true
matrix: # max. 20 concurrent jobs https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
e2etest:
- MeetingSeries-test.js
- MeetingSeriesEdit-test.js
- MeetingSeries-test.mjs
- MeetingSeriesEdit-test.mjs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require("./helpers/Server");
require("./helpers/wdio_v4_to_v5");

import "./helpers/Server";
import "./helpers/wdio_v4_to_v5";
import { E2EGlobal } from "./helpers/E2EGlobal";
import { E2EApp } from "./helpers/E2EApp";
import { E2EMeetingSeries } from "./helpers/E2EMeetingSeries";
Expand Down
File renamed without changes.

0 comments on commit d0ecfba

Please sign in to comment.