1 // ========================================================================== 2 // Project: SproutCore Unit Testing Library 3 // Copyright: ©2006-2011 Strobe Inc. and contributors. 4 // Portions ©2008-2011 Apple Inc. All rights reserved. 5 // License: Licensed under MIT license (see license.js) 6 // ========================================================================== 7 8 /*global Q$ synchronize */ 9 // additional methods for use with qunit 10 11 /** 12 Call this method instead of test() to temporarily disable a test. 13 */ 14 function notest(name, callback, nowait) { 15 16 } 17 18