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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
2a39dd40
Verified
Commit
2a39dd40
authored
4 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: update webtest
parent
783084c6
No related branches found
No related tags found
No related merge requests found
Changes
4
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
+84
-21
84 additions, 21 deletions
test/web/tests.js
with
88 additions
and
25 deletions
source/types/version.mjs
+
1
−
1
View file @
2a39dd40
...
@@ -156,7 +156,7 @@ function getMonsterVersion() {
...
@@ -156,7 +156,7 @@ function getMonsterVersion() {
}
}
/** don't touch, replaced by make with package.json version */
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.98.
1
"
);
monsterVersion
=
new
Version
(
"
3.98.
3
"
);
return
monsterVersion
;
return
monsterVersion
;
}
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
2a39dd40
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.98.
1
"
)
monsterVersion
=
new
Version
(
"
3.98.
3
"
)
let
m
=
getMonsterVersion
();
let
m
=
getMonsterVersion
();
...
...
This diff is collapsed.
Click to expand it.
test/web/test.html
+
2
−
2
View file @
2a39dd40
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
</head>
</head>
<body>
<body>
<div
id=
"headline"
style=
"display: flex;align-items: center;justify-content: center;flex-direction: column;"
>
<div
id=
"headline"
style=
"display: flex;align-items: center;justify-content: center;flex-direction: column;"
>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 3.98.
1
</h1>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 3.98.
3
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update Di 7. Jan
17:53:37
CET 2025
</div>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update Di 7. Jan
22:49:42
CET 2025
</div>
</div>
</div>
<div
id=
"mocha-errors"
<div
id=
"mocha-errors"
style=
"color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"
></div>
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
+
84
−
21
View file @
2a39dd40
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
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