QUnit.test('hello world', function (assert) {
	assert.ok(true, 'this is ok')
})