summaryrefslogtreecommitdiffstats
path: root/test/jquery-ui-timepicker-addon_spec.js
blob: ac982287d666d8de5a912de42b8ca4e14ee30483 (plain)
1
2
3
4
5
describe('datetimepicker', function() {
	it('should fail', function() {
		expect(true).toBe(false);
	});
});