describe('performance', function() {
	dt.libs({
		js: ['jquery', 'datatables'],
		css: ['datatables']
	});
	
	dt.html('empty_no_header');
	it('Check this is the old version', function() {
		expect($.fn.dataTable.version).not.toBe('1.10.18');
	});