Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
f7aca5de
Commit
f7aca5de
authored
Oct 29, 2019
by
Piotr Gawron
Browse files
current version for tests is defined as very high (so there are no warnings about old versions)
parent
2cacbdf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/test/js/mocha-config.js
View file @
f7aca5de
...
...
@@ -213,6 +213,7 @@ beforeEach(function () {
return
ServerConnector
.
getConfiguration
().
then
(
function
(
configuration
)
{
global
.
helper
=
new
Helper
(
configuration
);
configuration
.
setVersion
(
"
1111.1111.1111
"
);
}).
catch
(
function
(
error
)
{
logger
.
error
(
error
);
throw
error
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment