Sha256: 5c6922815338c781f78009f23cc42fa88ac95e5b5f6d870aa56051a78e68e373

Contents?: true

Size: 776 Bytes

Versions: 35

Compression:

Stored size: 776 Bytes

Contents

// documentation on writing tests here: http://docs.jquery.com/QUnit
// example tests: https://github.com/jquery/qunit/blob/master/test/same.js

// below are some general tests but feel free to delete them.

module("example tests");
test("HTML5 Boilerplate is sweet",function(){
  expect(1);
  equals("boilerplate".replace("boilerplate","sweet"),"sweet","Yes. HTML5 Boilerplate is, in fact, sweet");
  
})

// these test things from plugins.js
test("Environment is good",function(){
  expect(3);
  ok( !!window.log, "log function present");
  
  var history = log.history && log.history.length || 0;
  log("logging from the test suite.")
  equals( log.history.length - history, 1, "log history keeps track" )
  
  ok( !!window.Modernizr, "Modernizr global is present")
})



Version data entries

35 entries across 34 versions & 3 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/html5-boilerplate/test/tests.js
survivalkit-0.3.3 templates/drupal/sources/html5-boilerplate/test/tests.js
survivalkit-0.3.3 templates/project/sources/html5-boilerplate/test/tests.js
survivalkit-0.3.2 templates/project/sources/html5-boilerplate/test/tests.js
survivalkit-0.3.1 templates/project/sources/html5-boilerplate/test/tests.js
survivalkit-0.3 templates/project/sources/html5-boilerplate/test/tests.js
survivalkit-0.2.1 templates/project/sources/html5-boilerplate/test/tests.js
head_start-0.1.7 templates/boilerplate/test/tests.js
head_start-0.1.6 templates/boilerplate/test/tests.js
head_start-0.1.5 templates/boilerplate/test/tests.js
survivalkit-0.1 templates/project/sources/html5-boilerplate/test/tests.js
head_start-0.1.4 templates/boilerplate/test/tests.js
head_start-0.1.3 templates/boilerplate/test/tests.js
head_start-0.1.2 templates/boilerplate/test/tests.js
head_start-0.1.1 templates/boilerplate/test/tests.js
head_start-0.1.0 templates/boilerplate/test/tests.js
middleman-2.0.6 lib/middleman/templates/html5/source/test/tests.js
middleman-2.0.5 lib/middleman/templates/html5/source/test/tests.js
middleman-2.0.4 lib/middleman/templates/html5/source/test/tests.js
middleman-2.0.3 lib/middleman/templates/html5/source/test/tests.js