]> git.proxmox.com Git - mirror_novnc.git/commit
Move sinon to karma framework
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Jul 2018 11:12:04 +0000 (13:12 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 13 Jul 2018 13:57:24 +0000 (15:57 +0200)
commitae2e1ff7bdecb5d3c8f3b136688a64d732709088
treefcf1d4f8770bb2c07da6e73275c5d7e4172fbf89
parent885363a373d32416776e683a7b631d7c77484149
Move sinon to karma framework

This frees us from manual imports, and makes things less magical
as those aren't ES modules even if the code suggest that the are.
12 files changed:
karma.conf.js
package.json
tests/.eslintrc
tests/assertions.js
tests/test.display.js
tests/test.keyboard.js
tests/test.mouse.js
tests/test.rfb.js
tests/test.util.js
tests/test.websock.js
tests/test.webutil.js
vendor/sinon.js [deleted file]