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
337ba339
Verified
Commit
337ba339
authored
10 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: check tests #232
parent
022ff122
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
+4
-5
4 additions, 5 deletions
test/web/tests.js
with
8 additions
and
9 deletions
source/types/version.mjs
+
1
−
1
View file @
337ba339
...
...
@@ -159,7 +159,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.73.
5
"
);
monsterVersion
=
new
Version
(
"
3.73.
6
"
);
return
monsterVersion
;
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
337ba339
...
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.73.
5
"
)
monsterVersion
=
new
Version
(
"
3.73.
6
"
)
let
m
=
getMonsterVersion
();
...
...
This diff is collapsed.
Click to expand it.
test/web/test.html
+
2
−
2
View file @
337ba339
...
...
@@ -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 3.73.
5
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update
Mi 31. Jul 23:19:18
CEST 2024
</div>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 3.73.
6
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update
Do 1. Aug 15:58:34
CEST 2024
</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
+
4
−
5
View file @
337ba339
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