Use strict in tests

This commit is contained in:
Ben Ripkens
2014-02-03 20:29:33 +01:00
parent 4e9352f8f8
commit 92fdc1562d
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@
* @jsx React.DOM
* @emails react-core
*/
"use strict";
var mocks = require('mocks');
+1
View File
@@ -16,6 +16,7 @@
* @jsx React.DOM
* @emails react-core
*/
"use strict";
/*jslint evil: true */