Skip to content

Commit

Permalink
"use strict" everywhere!!
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 21, 2013
1 parent 22665c7 commit 017f34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

var chai = require("chai");
var mochaAsPromised = require("..");

Expand Down
1 change: 0 additions & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use strict"


path = require("path")
Q = require("q")

Expand Down

0 comments on commit 017f34c

Please sign in to comment.