From ceee976873cd3fe0558e3373a407bafaf4bb5bad Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 9 May 2017 13:44:17 -0700 Subject: [PATCH] lint test/integration/fixtures/simple-reporter.js --- test/integration/fixtures/simple-reporter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/fixtures/simple-reporter.js b/test/integration/fixtures/simple-reporter.js index c2b4e53cd7..d172b2ae66 100644 --- a/test/integration/fixtures/simple-reporter.js +++ b/test/integration/fixtures/simple-reporter.js @@ -1,3 +1,5 @@ +'use strict'; + var baseReporter = require('../../../lib/reporters/base'); module.exports = simplereporter;