Skip to content

Commit

Permalink
module tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 19, 2024
1 parent e279802 commit 35a76bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"description": "Simply the best free webapp for taking meeting minutes. ;-)",
"main": "4minitz.html",
"type":"module",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -27,7 +28,6 @@
"test:ci": "npm run test:unit && npm run test:i18n && npm run test:end2end:headless",
"test:end2end:ldap": "node tests/support/ldap-server.js # used by test:end2end:server",
"test:end2end:meteor": "WARN_WHEN_USING_OLD_API=true meteor run --port 3100 --settings ./settings-test-end2end.json # used by test:end2end:server",
"test:end2end:server": "node --trace-warnings tests/support/end2end-server.js # MAIN! Use this to launch an end2end server!",
"@comment test:end2end": "**HINT** All end2end script execute all tests, except you append a -- --spec=tests/end2end/MyTest-test.js",
"test:end2end": "unset HEADLESS && npm run wdio",
"test:end2end:headless": "export HEADLESS=1 && npm run wdio",
Expand Down
2 changes: 1 addition & 1 deletion tests/support/end2end-server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import task from "./lib/task.js";
import task from "./lib/task.mjs";
import readline from "readline";
function logTask(taskname) {
return (data) => {
Expand Down
File renamed without changes.

0 comments on commit 35a76bd

Please sign in to comment.