Sha256: 036a12359c2163334779b8c600d3ba4567d26a9eb8f9c26259bbcdf26a5be3a3
Contents?: true
Size: 631 Bytes
Versions: 17
Compression:
Stored size: 631 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /*globals Forms module test ok equals same stop start */ module("Forms.FormLabelView"); // TODO: Replace with real unit test for Forms.FormLabelView test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });
Version data entries
17 entries across 17 versions & 1 rubygems