Skip to content

Commit

Permalink
Use strict in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Feb 3, 2014
1 parent 4e9352f commit 92fdc15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/__tests__/ReactMultiChild-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @jsx React.DOM
* @emails react-core
*/
"use strict";

var mocks = require('mocks');

Expand Down
1 change: 1 addition & 0 deletions src/dom/__tests__/Danger-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @jsx React.DOM
* @emails react-core
*/
"use strict";

/*jslint evil: true */

Expand Down

0 comments on commit 92fdc15

Please sign in to comment.