Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
cd3482af
Commit
cd3482af
authored
Sep 26, 2017
by
Piotr Gawron
Browse files
unit test fixed (new duallistbox package version crash)
parent
d08fabf3
Pipeline
#2374
passed with stage
in 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/package.json
View file @
cd3482af
...
...
@@ -21,7 +21,7 @@
"bootstrap"
:
"^3.3.7"
,
"browserify"
:
"^13.1.1"
,
"chai"
:
"^3.5.0"
,
"clean-css-cli"
:
"^4.1.
6
"
,
"clean-css-cli"
:
"^4.1.
10
"
,
"datatables.net"
:
"^1.10.13"
,
"exorcist"
:
"^0.4.0"
,
"file-url"
:
"^2.0.0"
,
...
...
@@ -32,18 +32,18 @@
"jsdom-global"
:
"^2.1.1"
,
"jshint"
:
"^2.9.4"
,
"log4js-memory-appender"
:
"1.0.5"
,
"mocha"
:
"^3.
4.1
"
,
"mocha"
:
"^3.
5.3
"
,
"uglifyjs"
:
"^2.4.10"
},
"dependencies"
:
{
"del"
:
"^3.0.0"
,
"dual-listbox"
:
"
^
1.0.7"
,
"dual-listbox"
:
"1.0.7"
,
"file-saver"
:
"^1.3.3"
,
"http-status-codes"
:
"^1.
1.6
"
,
"http-status-codes"
:
"^1.
3.0
"
,
"js-cookie"
:
"^2.1.3"
,
"log4js"
:
"0.6.38"
,
"mkdirp"
:
"^0.5.1"
,
"pileup"
:
"^0.6.8"
,
"request"
:
"^2.
79
.0"
"request"
:
"^2.
82
.0"
}
}
frontend-js/src/test/js/gui/export/ElementExportPanel-test.js
View file @
cd3482af
"
use strict
"
;
/* exported logger */
require
(
"
../../mocha-config.js
"
);
var
ElementExportPanel
=
require
(
'
../../../../main/js/gui/export/ElementExportPanel
'
);
var
GuiMessageError
=
require
(
'
../../../../main/js/gui/GuiMessageError
'
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment