mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Moved JSHint into Qunit suite. It's much harder to forget about now!
This commit is contained in:
parent
a4dceed379
commit
82c21868f3
59 changed files with 4320 additions and 181 deletions
|
@ -32,8 +32,9 @@
|
|||
//= require_tree ../../app/assets/javascripts/defer
|
||||
|
||||
|
||||
//= require sinon-1.7.1.js
|
||||
//= require sinon-qunit-1.0.0.js
|
||||
//= require sinon-1.7.1
|
||||
//= require sinon-qunit-1.0.0
|
||||
//= require jshint
|
||||
|
||||
//= require helpers/qunit_helpers
|
||||
//= require helpers/assertions
|
||||
|
@ -41,6 +42,7 @@
|
|||
//= require_tree ./fixtures
|
||||
//= require_tree .
|
||||
//= require_self
|
||||
//= require jshint_all
|
||||
|
||||
// sinon settings
|
||||
sinon.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue