move the jquery example test to test/spec-dev
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 3 Nov 2015 17:04:50 +0000 (17:04 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 3 Nov 2015 17:04:50 +0000 (17:04 +0000)
commitbb7a8e61e67b1bfd4ae000b721fbe124e241755a
tree427cbe57d7fe4464110c7c3be8d25c159328bebb
parentce1503ff9f918a52ded3643ba8595d49c71e1277
move the jquery example test to test/spec-dev

This should fix the issue: MKWS is currently incompatible with nodejs 4.x, MKWS-415

The core issue is here is that the newer node.js is incompatible with many
older modules, in part of jsdom which depends on contextify
test/package.json
test/spec-dev/jquery.spec.js [new file with mode: 0644]
test/spec/jquery.spec.js [deleted file]