// ========================================================================== // Project: SproutCore
Unit Testing Library // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ==========================================================================
/*global Q$ synchronize */ // additional methods for use with qunit
/**
Call this method instead of test() to temporarily disable a test.
*/ function notest(name, callback, nowait) {
}