Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
a9454d4d
Verified
Commit
a9454d4d
authored
1 month ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: update webtests
parent
d609e5e2
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
source/types/version.mjs
+1
-1
1 addition, 1 deletion
source/types/version.mjs
test/cases/monster.mjs
+1
-1
1 addition, 1 deletion
test/cases/monster.mjs
test/web/test.html
+2
-2
2 additions, 2 deletions
test/web/test.html
test/web/tests.js
+36
-12
36 additions, 12 deletions
test/web/tests.js
with
40 additions
and
16 deletions
source/types/version.mjs
+
1
−
1
View file @
a9454d4d
...
...
@@ -156,7 +156,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
4.1
1.1
"
);
monsterVersion
=
new
Version
(
"
4.1
3.0
"
);
return
monsterVersion
;
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
a9454d4d
...
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
4.1
1.1
"
)
monsterVersion
=
new
Version
(
"
4.1
3.0
"
)
let
m
=
getMonsterVersion
();
...
...
This diff is collapsed.
Click to expand it.
test/web/test.html
+
2
−
2
View file @
a9454d4d
...
...
@@ -9,8 +9,8 @@
</head>
<body>
<div
id=
"headline"
style=
"display: flex;align-items: center;justify-content: center;flex-direction: column;"
>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 4.1
1.1
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update D
o 29. Mai 13:24:01
CEST 2025
</div>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 4.1
3.0
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update D
i 3. Jun 20:40:32
CEST 2025
</div>
</div>
<div
id=
"mocha-errors"
style=
"color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"
></div>
...
...
This diff is collapsed.
Click to expand it.
test/web/tests.js
+
36
−
12
View file @
a9454d4d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment