Current File : /home/jvzmxxx/wiki1/extensions/Wikibase/repo/tests/qunit/experts/Property.tests.js
/**
 * @license GPL-2.0+
 * @author H. Snater < mediawiki@snater.com >
 */
( function( QUnit, valueview, wb ) {
	'use strict';

	var testExpert = valueview.tests.testExpert;

	QUnit.module( 'wikibase.experts.Property' );

	testExpert( {
		expertConstructor: wb.experts.Property
	} );

}( QUnit, jQuery.valueview, wikibase ) );