/** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ TestCase( "hello test", function() { ok( 1 == "1", "Passed!" ); });