projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948c00c
)
enable jQuery UI check
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 1 Dec 2014 15:20:04 +0000
(15:20 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 1 Dec 2014 15:20:04 +0000
(15:20 +0000)
test/spec/mkws-config.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-config.js
b/test/spec/mkws-config.js
index
c1963d2
..
cf4894b
100644
(file)
--- a/
test/spec/mkws-config.js
+++ b/
test/spec/mkws-config.js
@@
-17,9
+17,9
@@
describe("Check for external JavaScript libs", function () {
expect(typeof mkws.$).not.toBe('undefined');
});
- xit("jQuery UI", function () {
+ it("jQuery UI", function () {
// if we have a popup widget, check for the jQuery UI lib
- if ($(".popup").length > 0) {
+ if (mkws.$(".popup").length > 0) {
expect(typeof mkws.$.ui).not.toBe('undefined');
}
});