Skip to content

Commit

Permalink
jade template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Mar 4, 2015
1 parent 1a9a45c commit 36015fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions test/browser/iframe.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Cow tests
body
script(src='../node_modules/requirejs/require.js')
Expand Down
1 change: 1 addition & 0 deletions test/browser/integration.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Cow tests
link(rel='stylesheet', media='all', href='../node_modules/mocha/mocha.css')
link(rel='stylesheet', media='all', href='../test/browser/integration.css')
Expand Down
5 changes: 1 addition & 4 deletions test/browser/unit.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Cow tests
link(rel='stylesheet', media='all', href='../node_modules/mocha/mocha.css')
body
Expand All @@ -18,7 +19,3 @@ html
script(src='../'+test)
script(src='../node_modules/expect.js/index.js')
script(src="../test/browser/setup.js")
script.
$(document).ready(function() {
setup();
});

0 comments on commit 36015fe

Please sign in to comment.