icingaweb2/test/frontend/static/moduleMock.js
Jannis Moßhammer e8d7971531 Add History Api test
Add CasperJS Tests for History API (~80%). Also provides a few
resources like the generic.html site that can be used for more
setups

refs #4303
refs #4315
2013-06-19 13:22:02 +02:00

5 lines
62 B
JavaScript

define([], function() {
"use strict";
return {};
});